Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
GRAAL-Research
GitHub Repository: GRAAL-Research/deepparse
Path: blob/main/pytest.ini
865 views
1
[pytest]
2
addopts = --cov ./deepparse --cov-report html --cov-report xml --cov-config=.coveragerc
3
testpaths = tests
4
env =
5
TEST_LEVEL=unit
6
SENTRY_DSN=
7