Some improvements in unittests

- Removed credentials, they must be placed in tests/samples/login_pswd.txt in format "user(newline)md5"
- Simplified working with files (reading samples)
- Added some new token functions, removed some old
This commit is contained in:
DarkCat09 2022-10-19 18:40:09 +04:00
parent cf73845b2b
commit e91824f478
7 changed files with 47 additions and 67 deletions

3
.gitignore vendored
View file

@ -107,3 +107,6 @@ cython_debug/
# IDE
.vscode/
# Credentials for unittest
tests/samples/login_pswd.txt