6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -eu
|
|
|
|
python -m py_compile app.py engin/*.py tests/*.py
|
|
python -m unittest discover -v
|