Repository URL to install this package:
|
Version:
5.0.3.post1 ▾
|
[pytest]
markers =
slow: Mark a test as taking a long time to run, and so can be skipped with `pytest -m "not slow"`.
repeat(n): Repeat the given test 'n' times.
requires_cython: Mark that the given test requires Cython to be installed. Such tests will be skipped if Cython is not available.