File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 99
99
displayName: 'Docstring validation'
100
100
condition: true
101
101
102
+ - script : |
103
+ pytest --capture=no --strict scripts
104
+ displayName: 'Testing docstring validaton script'
105
+ condition: true
106
+
102
107
- script : |
103
108
export PATH=$HOME/miniconda3/bin:$PATH
104
109
source activate pandas-dev
Original file line number Diff line number Diff line change 25
25
if [ " $COVERAGE " ]; then
26
26
echo pytest -s -m " single" --durations=10 --strict --cov=pandas --cov-report xml:/tmp/cov-single.xml --junitxml=test-data-single.xml $TEST_ARGS pandas
27
27
pytest -s -m " single" --durations=10 --strict --cov=pandas --cov-report xml:/tmp/cov-single.xml --junitxml=test-data-single.xml $TEST_ARGS pandas
28
- echo pytest -s --strict scripts
29
- pytest -s --strict scripts
30
28
else
31
29
echo pytest -m " single" --durations=10 --junitxml=test-data-single.xml --strict $TEST_ARGS pandas
32
30
pytest -m " single" --durations=10 --junitxml=test-data-single.xml --strict $TEST_ARGS pandas
You can’t perform that action at this time.
0 commit comments