Mark slow tests
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.
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.