mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
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:
@@ -25,4 +25,4 @@ superset db upgrade
|
||||
superset init
|
||||
|
||||
echo "Running tests"
|
||||
pytest --maxfail=1 --cov=superset
|
||||
pytest --maxfail=1 --cov=superset $@
|
||||
|
||||
Reference in New Issue
Block a user