Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
qutip / tests / pytest.ini
Size: Mime:
[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.