mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +00:00
test everything
This commit is contained in:
parent
113a10eb8a
commit
b55c76d8ef
5
tasks.py
5
tasks.py
@ -290,9 +290,8 @@ def coverage(c):
|
|||||||
manage(c, 'check')
|
manage(c, 'check')
|
||||||
|
|
||||||
# Run coverage tests
|
# Run coverage tests
|
||||||
c.run('coverage run {manage} test {apps}'.format(
|
c.run('coverage run {manage} test'.format(
|
||||||
manage=managePyPath(),
|
manage=managePyPath()
|
||||||
apps=' '.join(apps())
|
|
||||||
))
|
))
|
||||||
|
|
||||||
# Generate coverage report
|
# Generate coverage report
|
||||||
|
Loading…
x
Reference in New Issue
Block a user