Skip to content

Commit fb7eac3

Browse files
DOC/TST: Added NORMALIZE_WHITESPACE flag (#20284)
* DOC/TST: Added NORMALIZE_WHITESPACE flag I think we want this to be always on. You can disable it with ``` doctest: -NORMALIZE_WHITESPACE ``` if necessary. * Added IGNORE_EXCEPTION_DETAIL for consistency
1 parent 5888e36 commit fb7eac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ markers =
3232
slow: mark a test as slow
3333
network: mark a test as network
3434
high_memory: mark a test as a high-memory only
35+
doctest_optionflags= NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL

0 commit comments

Comments
 (0)