allow passing bash args into the pytest (#11040)

this can be used in local environment when for example you want to pass specific *mark* to run against
This commit is contained in:
Amit Miran
2020-10-06 01:46:25 +03:00
committed by GitHub
parent 3a0446f00d
commit 63579b3049

View File

@@ -25,4 +25,4 @@ superset db upgrade
superset init
echo "Running tests"
pytest --maxfail=1 --cov=superset
pytest --maxfail=1 --cov=superset $@