Skip to content
Snippets Groups Projects
Commit 372f6687 authored by Lukas Kluft's avatar Lukas Kluft
Browse files

Enable doctests by default

parent e01744d7
No related branches found
No related tags found
1 merge request!4Revise handling of package metadata and build-system
......@@ -5,7 +5,7 @@ pytest:
before_script:
- python3 -m pip install -r requirements.txt
script:
- pytest --doctest-modules --junitxml=report.xml
- pytest --junitxml=report.xml
artifacts:
when: always
reports:
......
......@@ -14,3 +14,6 @@ install_requires =
[flake8]
max-line-length = 88
extend-ignore = E203
[tool:pytest]
addopts = --doctest-modules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment