v0.3.0 — Error on marker misuse
- The
@pytest.mark.fail_slow()
marker now errors if not given exactly one argument. Previously, it would either use the first argument or, if no arguments were given, it would be ignored.
@pytest.mark.fail_slow()
marker now errors if not given exactly one argument. Previously, it would either use the first argument or, if no arguments were given, it would be ignored.