A large number of small tooling and README updates.
This commit is contained in:
parent
adc24ec91e
commit
937d36de31
8 changed files with 76 additions and 81 deletions
|
@ -5,8 +5,11 @@ from common import _operation
|
|||
|
||||
def run_test(args):
|
||||
result = _operation("tests", [
|
||||
"FLASK_APP=files/cli:app python3 -m flask db upgrade",
|
||||
"python3 -m pytest -s",
|
||||
[
|
||||
"python3",
|
||||
"-m", "pytest",
|
||||
"-s",
|
||||
]
|
||||
])
|
||||
|
||||
sys.exit(result.returncode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue