mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
db42ffcf7c
* Add integration for django-slowtest * Sample test improvement - Reduces test from 0.7s to 0.2s * Run CI tests with slowreport * Fix requirements file * Fix test command * Fix bulk_create in unit tests * Remove bulk_create entirely * remove another bulk_create call * Reduce long test from ~1000 seconds to ~1 second
15 lines
936 B
Plaintext
15 lines
936 B
Plaintext
# Dev requirements for InvenTree
|
|
-c requirements.txt
|
|
coverage # Unit test coverage
|
|
coveralls==2.1.2 # Coveralls linking (for tracking coverage) # PINNED 2022-06-28 - Old version needed for correct upload
|
|
django-debug-toolbar # Debug / profiling toolbar
|
|
django-slowtests # Show which unit tests are running slowly
|
|
django-test-migrations # Unit testing for database migrations
|
|
flake8 # PEP checking
|
|
flake8-docstrings # docstring format testing
|
|
isort # python import sorting
|
|
pep8-naming # PEP naming convention extension
|
|
pip-tools # Compile pip requirements
|
|
pre-commit # Git pre-commit
|
|
setuptools # Standard depenedency
|