Add a script for running tests

This commit is contained in:
Christoph Lienhard 2019-08-31 17:27:45 +02:00
parent d1978854a9
commit 9257812d96

7
backend/run_tests.py Normal file
View file

@ -0,0 +1,7 @@
import sys
import pytest
sys.path.append("flask_server")
pytest.main()