We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912db2c commit df4d3baCopy full SHA for df4d3ba
tox.ini
@@ -14,4 +14,4 @@ python =
14
deps = pytest
15
commands =
16
python -m pip install -e .[dev]
17
- python -m pytest -v -rxXs --cov planet --cov-report term-missing
+ python -m pytest -v -rxXs --doctest-modules --cov planet --cov-report term-missing planet tests
0 commit comments