Skip to content

Commit

Permalink
fix(test): ignore WHITESPACE and ELLIPSES
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Jun 12, 2024
1 parent 72d92bd commit 9afe1c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ addopts = """
--pdbcls=IPython.terminal.debugger:TerminalPdb
--doctest-modules
"""
doctest_optionflags = ["NORMALIZE_WHITESPACE", "ELLIPSIS",]

0 comments on commit 9afe1c4

Please sign in to comment.