MrDraw/tests/util
Gina Häußge abfcc6e5aa Fix deletion of unrendered timelapses
If the filename contained a [] pair, the file would not match the glob
pattern used for selecting for deletion.

Backporting the glob.escape function from Python 3.4 and using it here
should fix that. We only use our own ported version if glob.escape
doesn't exist - that should reduce redundant code once we become Python
3 compatible.
2017-10-10 12:41:47 +02:00
..
_files Do not include hidden files in listed gcode scripts 2015-11-19 18:58:56 +01:00
__init__.py GCODE scripts are now Jinja templates 2015-03-06 01:42:09 +01:00
test_comm_helpers.py Temperatures may in fact be negative 2017-07-14 11:18:04 +02:00
test_counted_event.py Merge branch 'dev/python3A' of https://github.com/ByReaL/OctoPrint into pr/ByReaL/dev/python3A 2016-07-15 12:28:19 +02:00
test_file_helpers.py Fix deletion of unrendered timelapses 2017-10-10 12:41:47 +02:00
test_jinja.py Do not include hidden files in listed gcode scripts 2015-11-19 18:58:56 +01:00
test_misc.py Better error resilience against wrong user manager 2017-06-29 15:07:17 +02:00
test_repeated_timer.py Merge branch 'dev/python3A' of https://github.com/ByReaL/OctoPrint into pr/ByReaL/dev/python3A 2016-07-15 12:28:19 +02:00