mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-10 06:37:17 +00:00
* Add SCIM Closes https://github.com/inventree/InvenTree/issues/6339 * also test scim * extend testing with conformance suite * fix test suite results * coverage completion * fil test gaps * add missing schema values * fix more type issues * fix error view * remove route from OpenAPI * add changelog entry * add codeowners
19 lines
1.1 KiB
Plaintext
19 lines
1.1 KiB
Plaintext
# Dev requirements for InvenTree
|
|
coverage[toml] # Unit test coverage
|
|
django-querycount # Display number of URL queries for requests
|
|
django-silk # API query profiling
|
|
django-slowtests # Show which unit tests are running slowly
|
|
django-test-migrations # Unit testing for database migrations
|
|
isort # python import sorting
|
|
pip-tools # Compile pip requirements
|
|
prek # Git pre commit hooks
|
|
setuptools # Standard dependency
|
|
pdfminer.six # PDF validation
|
|
ty # type checking
|
|
django-types # typing
|
|
django-stubs # typing
|
|
requests-mock # Mock requests for unit tests
|
|
pytest-codspeed # Performance testing with Codspeed
|
|
pytest-django # Pytest support for Django (for benchnmarking)
|
|
scim2-tester[httpx] # SCIM test suite
|