2 lines
96 B
Bash
2 lines
96 B
Bash
|
#! /bin/bash
|
||
|
pytest --disable-warnings && python ./scripts/create_database.py && python ./app.py
|