Darksider3
c79edbfc84
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.
4 lines
No EOL
157 B
Python
4 lines
No EOL
157 B
Python
test_backup_csv: str = "test/testbackup.csv"
|
|
test_db: str = "./test/applications.sqlite"
|
|
ListUsers_fetch_size_min: int = 3
|
|
ListUsers_output_newlines: int = 1 |