Browse Source

run doctest on getting started

refactoring
Sebastian Junges 7 years ago
parent
commit
13d8d6f5ca
  1. 2
      setup.cfg

2
setup.cfg

@ -3,6 +3,6 @@ test=pytest
[tool:pytest]
addopts = --doctest-glob='*.rst'
testpaths = tests/ examples/
testpaths = tests/ examples/ doc/
python_files = test*.py examples/*.py
python_functions = *_test test_* example_*
Loading…
Cancel
Save