mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Migrate "test" command to invoke
This commit is contained in:
parent
05fae4be87
commit
ab75f85555
6
Makefile
6
Makefile
@ -30,12 +30,6 @@ translate:
|
||||
style:
|
||||
flake8 InvenTree
|
||||
|
||||
# Run unit tests
|
||||
test:
|
||||
cd InvenTree && python3 manage.py check
|
||||
cd InvenTree && python3 manage.py test barcode build common company label order part report stock InvenTree
|
||||
|
||||
|
||||
# Install packages required to generate code docs
|
||||
docreqs:
|
||||
pip3 install -U -r docs/requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user