anki-sync-server/tests
flan a48ad44a65 Remove unnecessary class from helpers.file_utils
A class which keeps track of temporary files and removes them
automatically when they're not needed anymore might be a good idea,
but this implementation didn't remove files in some cases. Adding
unrelated methods that could as well be just standalone functions
is bad design, too.

In this case, it's better to just get rid of it altogether instead
of fixing it, since Python 3 has a TemporaryDirectory class, which
can be used for the same purpose and is definitely more
battle-tested.
2017-11-04 00:24:34 +01:00
..
assets Add more test helpers and integration tests for SyncApp's media sync feature using WebTest's TestApp. 2017-10-28 22:36:48 +02:00
helpers Remove unnecessary class from helpers.file_utils 2017-11-04 00:24:34 +01:00
collection_test_base.py Remove unused lines 2017-10-30 19:56:17 +01:00
sync_app_functional_test_base.py Remove unnecessary class from helpers.file_utils 2017-11-04 00:24:34 +01:00
test_sync_app.py Move old_client() outside classes 2017-11-01 19:48:03 +01:00
test_users.py Place all files in a single directory when testing user managers 2017-11-03 02:49:07 +01:00
test_web_hostkey.py Note which commit motivated creation of test_login() 2017-11-01 04:35:02 +01:00
test_web_media.py Remove unnecessary class from helpers.file_utils 2017-11-04 00:24:34 +01:00