CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Udayraj123

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: Udayraj123/OMRChecker
Path: blob/master/pytest.ini
Views: 205
1
# pytest.ini
2
[pytest]
3
minversion = 7.0
4
addopts = -qq --capture=no
5
testpaths =
6
src/tests
7
8