anki-sync-server/tests/helpers
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
..
__init__.py Make DB utils more general 2017-11-01 04:09:09 +01:00
collection_utils.py Remove unnecessary class from helpers.file_utils 2017-11-04 00:24:34 +01:00
db_utils.py Don't hardcode location of sqldiff 2017-11-01 04:09:13 +01:00
file_utils.py Remove unnecessary class from helpers.file_utils 2017-11-04 00:24:34 +01:00
mock_servers.py Remove unused lines 2017-10-30 19:56:17 +01:00
monkey_patches.py Remove unused lines 2017-10-30 19:56:17 +01:00
server_utils.py Remove unnecessary class from helpers.file_utils 2017-11-04 00:24:34 +01:00