Improve pytest

This commit is contained in:
Sumner Evans
2020-04-17 10:50:16 -06:00
parent e4ef06c960
commit e3d6e9ea8f

View File

@@ -45,6 +45,8 @@ split_complex_comprehension = true
split_before_first_argument = true
[tool:pytest]
python_files = tests/**/*.py tests/*.py
python_functions = test_* *_test
addopts =
-vvv
--doctest-modules