File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 71
71
72
72
- name : Test Holmes
73
73
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
76
90
python -m pytest tests/common/test_manager.py
77
91
python -m pytest tests/common/test_cpu_gpu.py
78
92
python -m pytest tests/common/test_errors.py
You can’t perform that action at this time.
0 commit comments