feat: added better logging and finished activ test

Better logging is provided with rich lib and using the logging module

Activity tab test has better error handling and hardcoded loop for CID's
This commit is contained in:
2021-01-21 15:53:43 +00:00
parent 364663ab66
commit f37625580b
2 changed files with 197 additions and 19 deletions

View File

@ -6,10 +6,9 @@ name = "pypi"
[packages]
selenium = "*"
requests = "*"
rich = "*"
[dev-packages]
pylint = "*"
yapf = "*"
[requires]
python_version = "3.9"
rope = "*"