Skip to content

Commit 143d6d2

Browse files
authored
Merge pull request #118 from tetov/merge_setup_cfg_pytest_ini
Merge pytest.ini with setup.cfg, remove doctest opt in setup.cfg
2 parents c9793b3 + b5bf9ad commit 143d6d2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

pytest.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude =
1717
convention = numpy
1818

1919
[tool:pytest]
20-
testpaths = tests
20+
testpaths = src tests
2121
norecursedirs =
2222
migrations
2323

@@ -28,9 +28,9 @@ python_files =
2828
addopts =
2929
-ra
3030
--strict
31-
--doctest-modules
3231
--doctest-glob=\*.rst
3332
--tb=short
33+
doctest_optionflags= NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ALLOW_UNICODE ALLOW_BYTES
3434

3535
[isort]
3636
force_single_line = True

0 commit comments

Comments
 (0)