File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 52
52
run : |
53
53
python -m scpdt scpdt/tests/finder_cases.py -vv
54
54
55
- - name : Test pytest plugin
56
- # This test will fail in a venv where scpdt has not been installed and the plugin has not been activated
57
- run : |
58
- test_files=("scpdt/tests/module_cases.py" "scpdt/tests/stopwords_cases.py" "scpdt/tests/local_file_cases.py")
59
- for file in "${test_files[@]}"; do
60
- python -m pytest "${file}" --doctest-modules
61
- done
62
-
63
55
- name : Test testfile CLI
64
56
run : |
65
57
python -m scpdt ./scpdt/tests/scipy_linalg_tutorial_clone.rst -v
73
65
python -mpip install pooch
74
66
python -c'from scipy import ndimage; from scpdt import testmod; testmod(ndimage, verbose=True, strategy="api")'
75
67
68
+ - name : Test pytest plugin
69
+ # This test will fail in a venv where scpdt has not been installed and the plugin has not been activated
70
+ run : |
71
+ test_files=("scpdt/tests/module_cases.py" "scpdt/tests/stopwords_cases.py" "scpdt/tests/local_file_cases.py")
72
+ for file in "${test_files[@]}"; do
73
+ python -m pytest "${file}" --doctest-modules
74
+ done
You can’t perform that action at this time.
0 commit comments