"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "e564f137656724cbd254c0c769b63f0ae8ed261e"
Unverified Commit e6c0048c authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

reduce verbosity of prototype tests and split them into multiple steps (#6587)

* reduce verbosity of prototype tests and split them into multiple steps

* rename builtin datasets module to fit common scheme
parent 0b5ebae6
...@@ -39,6 +39,14 @@ jobs: ...@@ -39,6 +39,14 @@ jobs:
- name: Install test requirements - name: Install test requirements
run: pip install --progress-bar=off pytest pytest-mock run: pip install --progress-bar=off pytest pytest-mock
- name: Run prototype tests - name: Run prototype datasets tests
shell: bash shell: bash
run: pytest -vvv --durations=20 test/test_prototype_*.py run: pytest --durations=20 test/test_prototype_datasets*.py
- name: Run prototype transforms tests
shell: bash
run: pytest --durations=20 test/test_prototype_transforms*.py
- name: Run prototype models tests
shell: bash
run: pytest --durations=20 test/test_prototype_models*.py
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment