mirror of
https://github.com/apache/superset.git
synced 2026-06-02 14:19:21 +00:00
chore: print test runtime (#17770)
* Print test runtime * revert me * duration for unit tests as well * Revert "revert me" This reverts commit b82d701d65f97ba617c4fc89e0ff56eee74885f2. Co-authored-by: Bogdan Kyryliuk <bogdankyryliuk@dropbox.com>
This commit is contained in:
@@ -31,4 +31,4 @@ superset db upgrade
|
||||
superset init
|
||||
|
||||
echo "Running tests"
|
||||
pytest --maxfail=1 --cov=superset $@
|
||||
pytest --durations=0 --maxfail=1 --cov=superset $@
|
||||
|
||||
Reference in New Issue
Block a user