File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 10
10
- run : pip install pytest testscenarios
11
11
# git+https://github.com/testing-cabal/testscenarios.git@master
12
12
- run : pip install -r requirements.txt || pip install --editable . || pip install . || true
13
- - run : pytest
13
+ - name : Pytests that pass
14
+ run : pytest
14
15
--ignore=testtools/tests/matchers/test_basic.py
15
16
--ignore=testtools/tests/matchers/test_const.py
16
17
--ignore=testtools/tests/matchers/test_datastructures.py
21
22
--ignore=testtools/tests/matchers/test_warnings.py
22
23
--ignore=testtools/tests/test_testcase.py
23
24
--ignore=testtools/tests/test_testresult.py .
24
- - run : pytest
25
+ # TODO: Fix the pytests that fail and move them up
26
+ - name : Pytests that fail
27
+ run : pytest
25
28
testtools/tests/matchers/test_basic.py
26
29
testtools/tests/matchers/test_const.py
27
30
testtools/tests/matchers/test_datastructures.py
31
34
testtools/tests/matchers/test_higherorder.py
32
35
testtools/tests/matchers/test_warnings.py
33
36
testtools/tests/test_testcase.py
34
- testtools/tests/test_testresult.py . || true
37
+ testtools/tests/test_testresult.py || true
35
38
- run : pytest --doctest-modules . || true
You can’t perform that action at this time.
0 commit comments