MrDraw/tests
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
..
filemanager Fix unit tests 2017-04-03 18:47:27 +02:00
manual_tests Manual test plugin for parts of the update mechanism 2017-03-10 12:01:09 +01:00
plugin PMGR: Detect if plugin needs printer reconnect 2017-06-28 10:30:35 +02:00
plugins PGMR: More general flexibility for os compat check 2017-04-07 09:18:37 +02:00
printer Merge branch 'dev/python3A' of https://github.com/ByReaL/OctoPrint into pr/ByReaL/dev/python3A 2016-07-15 12:28:19 +02:00
server Adjust unit tests for script root in cookie suffix 2017-09-28 17:43:53 +02:00
settings Fix for two timing sensitive unit tests 2017-03-06 11:54:03 +01:00
slicing Merge branch 'dev/python3A' of https://github.com/ByReaL/OctoPrint into pr/ByReaL/dev/python3A 2016-07-15 12:28:19 +02:00
static/js QUnit tests for some javascript helpers 2015-08-27 10:29:31 +02:00
timelapse Always define pixfmt for timelapse in video filter chain 2017-01-17 13:03:27 +01:00
users Use wrapt.ObjectProxy for SessionUser wrapper class 2017-06-27 15:03:37 +02:00
util Fix deletion of unrendered timelapses 2017-10-10 12:41:47 +02:00
test_daemon.py Fix some more left-overs of py2<->py3 PRs 2016-07-15 12:46:53 +02:00