InvenTree/InvenTree/company
Oliver 2dfea9b825
Unit test speed improvements (#4463)
* Unit test speed improvements

- Move from insantiating data in setUp to setUpTestData

* Update UserMixin class for API testing

* Bunch of test updates

* Further test updates

* Test fixes

* Add allowances for exchange rate server not responding

* Fixes for group role test
2023-03-08 15:22:08 +11:00
..
fixtures Improvements for part creation API endpoint (#4281) 2023-02-02 09:24:16 +11:00
migrations Pricing bug fix (#4422) 2023-02-26 16:36:11 +11:00
templates/company Js forms updates (#4378) 2023-02-21 07:24:49 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
api.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py Pricing bug fix (#4422) 2023-02-26 16:36:11 +11:00
serializers.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
test_api.py Unit test speed improvements (#4463) 2023-03-08 15:22:08 +11:00
test_migrations.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_views.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py Unit test speed improvements (#4463) 2023-03-08 15:22:08 +11:00
urls.py Client side QR Codes (#4357) 2023-02-17 13:33:36 +11:00
views.py Client side QR Codes (#4357) 2023-02-17 13:33:36 +11:00