And run the doctests

This commit is contained in:
Arjan Molenaar 2020-08-25 10:02:38 +02:00
parent 6fd21d633c
commit a7ec7b41c3

View File

@ -100,10 +100,9 @@ testpaths = [
"docs",
]
python_files = "test_*.py"
# for coverage: --cov=gaphor/
# Doctests are failing on GitHub Actions CI (seg fault)
# addopts = "--doctest-modules"
# for coverage: --cov=gaphor/
addopts = "--doctest-modules"
junit_family = "xunit1"
markers = "slow: marks tests as slow (deselect with '-m \"not slow\"')"