Skip to content

Commit 6cb70f8

Browse files
YosuaMichaelfacebook-github-bot
authored andcommitted
[fbsync] reduce verbosity of prototype tests and split them into multiple steps (#6587)
Summary: * reduce verbosity of prototype tests and split them into multiple steps * rename builtin datasets module to fit common scheme Reviewed By: jdsgomes Differential Revision: D39543283 fbshipit-source-id: d1eccfbf9aaef2e551259373619d7e4cb8a4d0c0
1 parent 3673e45 commit 6cb70f8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/prototype-tests.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
- name: Install test requirements
4040
run: pip install --progress-bar=off pytest pytest-mock
4141

42-
- name: Run prototype tests
42+
- name: Run prototype datasets tests
4343
shell: bash
44-
run: pytest -vvv --durations=20 test/test_prototype_*.py
44+
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+
shell: bash
52+
run: pytest --durations=20 test/test_prototype_models*.py

0 commit comments

Comments
 (0)