We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5ebae commit e6c0048Copy full SHA for e6c0048
.github/workflows/prototype-tests.yml
@@ -39,6 +39,14 @@ jobs:
39
- name: Install test requirements
40
run: pip install --progress-bar=off pytest pytest-mock
41
42
- - name: Run prototype tests
+ - name: Run prototype datasets tests
43
shell: bash
44
- run: pytest -vvv --durations=20 test/test_prototype_*.py
+ run: pytest --durations=20 test/test_prototype_datasets*.py
45
+
46
+ - name: Run prototype transforms tests
47
+ shell: bash
48
+ run: pytest --durations=20 test/test_prototype_transforms*.py
49
50
+ - name: Run prototype models tests
51
52
+ run: pytest --durations=20 test/test_prototype_models*.py
test/test_prototype_builtin_datasets.py renamed to test/test_prototype_datasets_builtin.py
0 commit comments