File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747 PYTHONPATH=. UNITTEST_GOING=1 pytest --durations=10 _unittests --ignore-glob=**pygame*.py --ignore _unittests/ut_xrun_doc/test_documentation_examples.py --ignore _unittests/ut_xrun_doc/test_documentation_notebook.py
4848
4949 - name : run tests examples
50- run : PYTHONPATH=. UNITTEST_GOING=1 python _unittests/ut_xrun_doc/test_documentation_examples.py
50+ run : PYTHONPATH=. UNITTEST_GOING=1 pytest --durations=10 _unittests/ut_xrun_doc/test_documentation_examples.py -v
5151
5252 - name : run tests notebooks
53- run : PYTHONPATH=. UNITTEST_GOING=1 python _unittests/ut_xrun_doc/test_documentation_notebook.py
53+ run : PYTHONPATH=. UNITTEST_GOING=1 pytest --durations=10 _unittests/ut_xrun_doc/test_documentation_notebook.py -v
You can’t perform that action at this time.
0 commit comments