MrDraw/tests
Gina Häußge ebfc6f2f26 More dynamic detection of plugin mixins
Instead of hardcoding a list of supported mixins, we now instead define
a base class (or a list thereof) from which mixins might inherit and use
inspection to determine the set of mixins each plugin implementation
implements. Not only will that reduce the risk of forgetting to add a
new mixin to the whitelist, but it will also allow mixins defined by
plugins.
2017-11-13 16:01:37 +01:00
..
filemanager Support full UTF8 file names 2017-10-12 18:08:41 +02:00
manual_tests Manual test plugin for parts of the update mechanism 2017-03-10 12:01:09 +01:00
plugin More dynamic detection of plugin mixins 2017-11-13 16:01:37 +01:00
plugins Fix & extend environment detection on Pi 2017-11-10 18:27:52 +01: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 Environment detection & logging on startup 2017-11-10 17:32:59 +01:00
test_daemon.py Fix some more left-overs of py2<->py3 PRs 2016-07-15 12:46:53 +02:00