Skip to content

Commit df4d3ba

Browse files
committed
Run doctests for filters, etc
1 parent 912db2c commit df4d3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ python =
1414
deps = pytest
1515
commands =
1616
python -m pip install -e .[dev]
17-
python -m pytest -v -rxXs --cov planet --cov-report term-missing
17+
python -m pytest -v -rxXs --doctest-modules --cov planet --cov-report term-missing planet tests

0 commit comments

Comments
 (0)