Skip to content

Commit 0e34101

Browse files
Split up tests
1 parent e874214 commit 0e34101

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/workflows/test-holmes.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,22 @@ jobs:
7171
7272
- name: Test Holmes
7373
run: |
74-
python -m pytest tests/de
75-
python -m pytest tests/en
74+
python -m pytest tests/de/test_doc_examples_DE.py
75+
python -m pytest tests/de/test_phraselet_production_DE.py
76+
python -m pytest tests/de/test_questions_DE.py
77+
python -m pytest tests/de/test_semantics_DE.py
78+
python -m pytest tests/de/test_structural_matching_DE.py
79+
python -m pytest tests/de/test_structural_matching_with_coreference_DE.py
80+
python -m pytest tests/de/test_supervised_topic_classification_DE.py
81+
python -m pytest tests/de/test_topic_matching_DE.py
82+
python -m pytest tests/en/test_doc_examples_EN.py
83+
python -m pytest tests/en/test_phraselet_production_EN.py
84+
python -m pytest tests/en/test_questions_EN.py
85+
python -m pytest tests/en/test_semantics_EN.py
86+
python -m pytest tests/en/test_structural_matching_EN.py
87+
python -m pytest tests/en/test_structural_matching_with_coreference_EN.py
88+
python -m pytest tests/en/test_supervised_topic_classification_EN.py
89+
python -m pytest tests/en/test_topic_matching_EN.py
7690
python -m pytest tests/common/test_manager.py
7791
python -m pytest tests/common/test_cpu_gpu.py
7892
python -m pytest tests/common/test_errors.py

0 commit comments

Comments
 (0)