Mentions légales du service

Skip to content
Snippets Groups Projects
Commit aeda309a authored by LEGRAND Jonathan's avatar LEGRAND Jonathan
Browse files

Add config for nose2

parent e72b5c78
No related branches found
No related tags found
No related merge requests found
Pipeline #841135 failed
[unittest]
## https://docs.nose2.io/en/latest/configuration.html
start-dir = tests
test-file-pattern = test_*.py
[coverage]
## https://docs.nose2.io/en/latest/plugins/coverage.html
## http://coverage.readthedocs.io/en/latest/config.html
always-on = True
[coverage.run]
source = ["treex"]
omit = ["*__init__.py", "tests/*"]
[coverage.report]
omit = ["*__init__.py", "tests/*"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment