Skip to content

Commit

Permalink
Use pytest to run doctests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Sep 26, 2020
1 parent 80469ec commit ad65e60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
23 changes: 0 additions & 23 deletions tests/run-doctests

This file was deleted.

3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ skip_missing_interpreters = true
deps =
pytest
commands =
python -m pytest tests
pytest --doctest-modules --ignore dev/ --ignore examples/ . examples/showcase-options.py
bash {toxinidir}/tests/run-example-experiment vertex-cover/exp.py
bash {toxinidir}/tests/run-example-experiment lmcut.py
bash {toxinidir}/tests/run-example-experiment showcase-options.py
bash {toxinidir}/tests/run-example-experiment report-external-results.py
bash {toxinidir}/tests/run-doctests
passenv =
CXX
DOWNWARD_BENCHMARKS
Expand Down

0 comments on commit ad65e60

Please sign in to comment.