MrDraw/tests/plugin
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
..
_plugins Some tests for the new plugin core functionality 2015-09-04 16:43:10 +02:00
__init__.py Updated/fixed unit tests and travis configuration 2015-03-02 12:58:24 +01:00
test_core.py More dynamic detection of plugin mixins 2017-11-13 16:01:37 +01:00
test_settings.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_types_blueprint.py python 3 changes exceptions, queue and asesrtEqual 2016-07-14 23:53:39 -07:00
test_types_settings.py python 3 changes exceptions, queue and asesrtEqual 2016-07-14 23:53:39 -07:00