File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,14 @@ jobs:
6464 run : |
6565 pip install -r requirements-test.txt
6666 - name : Test with Python=${{ matrix.python-version }} Loader=${{ matrix.loader }}
67+ # run: |
68+ # python tests/runtests.py ./_json-ld-api/tests -l ${{ matrix.loader }}
69+ # python tests/runtests.py ./_json-ld-framing/tests -l ${{ matrix.loader }}
70+ # python tests/runtests.py ./_normalization/tests -l ${{ matrix.loader }}
6771 run : |
68- python tests/runtests.py . /specifications/json-ld-api/tests -l ${{ matrix.loader }}
69- python tests/runtests.py . /specifications/json-ld-framing/tests -l ${{ matrix.loader }}
70- python tests/runtests.py . /specifications/normalization/tests -l ${{ matrix.loader }}
72+ pytest -- tests=. /specifications/json-ld-api/tests --loader= ${{ matrix.loader }}
73+ pytest -- tests=. /specifications/json-ld-framing/tests --loader= ${{ matrix.loader }}
74+ pytest -- tests=. /specifications/normalization/tests --loader= ${{ matrix.loader }}
7175 env :
7276 LOADER : ${{ matrix.loader }}
7377 # coverage:
You can’t perform that action at this time.
0 commit comments