Commit graph

7 commits

Author SHA1 Message Date
f803b1acb4 testcfg: Add genRandomString, which automates away a few cases
... of actual value testing which i won't write manually then! :)

Also implements them on ListUsers
2020-06-15 11:10:37 +02:00
cabe14d41d tests-ListUsers: Remove useless printing to dev/null
Which again allows me to actually debug with print statements.
Dont know which dragon ride gave me the desillusional idea to actually
do it that way
2020-06-15 10:45:08 +02:00
c954940bec tests: Adds verificator-tests & lib: __init__ file
Also more strings to operate on for the tests, obviously.
2020-06-12 13:44:53 +02:00
b4d52b5376 tests: lib.ListUsers tests done
Even more coverage is on it's way. Have still to figure out in which
manner i'm going to test the things i want to.
It's actually not as easy as i expected...
2020-06-09 11:58:39 +02:00
c79edbfc84 tests: backup: Even more! Now with deletion of tested tmp!
Now we also test for everything in backup.py! EVERYTHING!
We even delete the old file that we ourselfs created to test the
export/backup function.
2020-06-09 11:58:15 +02:00
3a6a92267b tests: sample csv files for tests
Enables faster integration of tests.
2020-06-09 10:41:11 +02:00
f201ab603d tests: Add initial infrastructure!
Tests now can be done with `python -m test.test_backup --verbose`!
Im going to add more tests as coverage as soon as i've got time! :)
2020-06-08 15:23:38 +02:00