mirror of
https://github.com/apache/superset.git
synced 2026-04-10 11:55:24 +00:00
refactor: examples data loading for tests (#17893)
* refactor: replace the way the birth_names data is generated * refactor: replace the way the birth_names data is generated * refactor structure add tests for common
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
- name: Python unit tests
|
||||
if: steps.check.outcome == 'failure'
|
||||
run: |
|
||||
pytest --durations=0 ./tests/unit_tests --cache-clear
|
||||
pytest --durations=0 ./tests/common ./tests/unit_tests --cache-clear
|
||||
- name: Upload code coverage
|
||||
if: steps.check.outcome == 'failure'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user