Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/python/cocalc-api/pytest.ini
5555 views
1
[tool:pytest]
2
testpaths = tests
3
python_files = test_*.py
4
python_classes = Test*
5
python_functions = test_*
6
markers =
7
integration: marks tests as integration tests (require live server)
8
addopts =
9
-v
10
--tb=short
11