InvenTree/InvenTree/plugin
Matthias Mair 1c6e5f0f20
More plugin testing (#3052)
* Add a check of a child panel too

* do not cover error catching

* test for implementation error

* Add warning to test for

* Add test for event_sample

* ignore safety switches

* Add a settings flag to enable event testing

* test if not implemented is raises

* raise plugin specific errors

* use plugin specific error

* fix assertation

* add test for mixin

* this point can't be reached

* add tests for locate plugin

* fix assertations

* fix function call

* refert switch

* this is already caught by the internal API

* also cover mixin redirect
2022-05-24 09:23:06 +10:00
..
base More plugin testing (#3052) 2022-05-24 09:23:06 +10:00
builtin Merge branch 'master' of https://github.com/inventree/InvenTree into style-fixes 2022-05-21 23:57:41 +02:00
migrations user notification settings 2022-04-04 23:46:19 +02:00
mixins resort imports 2022-05-20 17:24:51 +02:00
samples More plugin testing (#3052) 2022-05-24 09:23:06 +10:00
templatetags resort imports 2022-05-20 17:24:51 +02:00
__init__.py resort imports 2022-05-20 17:24:51 +02:00
admin.py Remove more python2 stuff 2022-05-17 16:57:31 +10:00
api.py resort imports 2022-05-20 17:24:51 +02:00
apps.py Exclude testing exceptions from coverage (#3046) 2022-05-22 15:54:13 +10:00
events.py resort imports 2022-05-20 17:24:51 +02:00
helpers.py resort imports 2022-05-20 17:24:51 +02:00
models.py resort imports 2022-05-20 17:24:51 +02:00
plugin.py resort imports 2022-05-20 17:24:51 +02:00
registry.py resort imports 2022-05-20 17:24:51 +02:00
serializers.py resort imports 2022-05-20 17:24:51 +02:00
template.py move out templete renderer into helper 2022-05-11 13:32:29 +02:00
test_api.py resort imports 2022-05-20 17:24:51 +02:00
test_helpers.py fix assertation 2022-05-20 17:27:08 +02:00
test_plugin.py resort imports 2022-05-20 17:24:51 +02:00
urls.py resort imports 2022-05-20 17:24:51 +02:00
views.py resort imports 2022-05-20 17:24:51 +02:00