InvenTree/InvenTree/common
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
..
fixtures fix endline 2022-05-20 13:35:07 +02:00
migrations fix migrations 2022-02-13 04:15:58 +01:00
__init__.py startapp common 2019-09-03 08:30:14 +10: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 resort imports 2022-05-20 17:24:51 +02:00
files.py resort imports 2022-05-20 17:24:51 +02:00
forms.py Remove encoding header 2022-05-15 20:33:00 +02:00
models.py resort imports 2022-05-20 17:24:51 +02:00
notifications.py resort imports 2022-05-20 17:24:51 +02:00
serializers.py resort imports 2022-05-20 17:24:51 +02:00
settings.py resort imports 2022-05-20 17:24:51 +02:00
tasks.py resort imports 2022-05-20 17:24:51 +02:00
test_notifications.py More plugin testing (#3052) 2022-05-24 09:23:06 +10:00
test_tasks.py resort imports 2022-05-20 17:24:51 +02:00
test_views.py Remove encoding header 2022-05-15 20:33:00 +02:00
tests.py Exclude testing exceptions from coverage (#3046) 2022-05-22 15:54:13 +10:00
urls.py Remove common_currency model entirely 2020-11-11 00:21:06 +11:00
views.py resort imports 2022-05-20 17:24:51 +02:00