run all tests in integration directory

This commit is contained in:
LaurentDeMontBlanc 2022-02-07 12:47:45 +01:00
parent 339b38b123
commit 894dd7526c
No known key found for this signature in database
GPG Key ID: F38F69F0FAC3B880

View File

@ -22,7 +22,7 @@ setup () {
}
run_test () {
docker-compose run --rm python-integration pytest /src/test_basic.py
docker-compose run --rm python-integration pytest /src
}
teardown () {