Skip to content
Snippets Groups Projects
Commit 404c30bc authored by vlorentz's avatar vlorentz
Browse files

Run doctests.

parent b327289e
No related branches found
Tags v0.0.166
1 merge request!65Parse Maven licenses.
......@@ -7,7 +7,7 @@ deps =
pytest-cov
pifpaf
commands =
pifpaf run postgresql -- pytest --hypothesis-profile=fast --cov=swh --cov-branch {posargs}
pifpaf run postgresql -- pytest --doctest-modules --hypothesis-profile=fast --cov=swh --cov-branch {posargs}
[testenv:py3-slow]
deps =
......@@ -15,7 +15,7 @@ deps =
pytest-cov
pifpaf
commands =
pifpaf run postgresql -- pytest --hypothesis-profile=slow --cov=swh --cov-branch {posargs}
pifpaf run postgresql -- pytest --doctest-modules --hypothesis-profile=slow --cov=swh --cov-branch {posargs}
[testenv:py3-prop]
deps =
......@@ -23,7 +23,7 @@ deps =
pytest-cov
pifpaf
commands =
pifpaf run postgresql -- pytest --hypothesis-profile=fast -m property_based --disable-warnings
pifpaf run postgresql -- pytest --doctest-modules --hypothesis-profile=fast -m property_based --disable-warnings
[testenv:flake8]
skip_install = true
......
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