@ -145,6 +145,20 @@ def update(c):
"""
pass
@task
def test(c):
Run unit-tests for InvenTree codebase.
# Run sanity check on the django install
manage(c, 'check')
# Run coverage tests
manage(c, 'test {apps}'.format(
apps=' '.join(apps())
))
def coverage(c):
The note is not visible to the blocked user.