Skip to content

Mark slow tests

Timothy Smith requested to merge mark-slow-tests into WENO-testing

Add decorator @pytest.mark.slow that will skip a test by default.

The command-line option --runslow, which will enable these tests, has been added to the CI script.

Merge request reports