Skip to content

Commit

Permalink
fix(ci): add --doctest-continue-on-failure to pytest config in `p…
Browse files Browse the repository at this point in the history
…yproject.toml`
  • Loading branch information
spool committed Aug 30, 2023
1 parent 0983ebf commit 7b9e3ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alto2txt2fixture/plaintext.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ class PlainTextFixture:
True
>>> plaintext_bl_lwm.extract_compressed()
<BLANKLINE>
...Extract path:...'/.../bl_lwm/extracted...
...Extracting:...'/.../bl_lwm/00030...
...Extracting:...'/.../bl_lwm/00035...
...Extract path:...'/...lwm/extracted...
...Extracting:...'/...lwm/00030...
...Extracting:...'/...lwm/00035...
...%...[...]...
>>> plaintext_bl_lwm.delete_decompressed()
Deleting all files in:...'/.../bl_lwm...tracted'
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ addopts = """
--cov-report=term:skip-covered
--pdbcls=IPython.terminal.debugger:TerminalPdb
--doctest-modules
--doctest-continue-on-failure
--durations=3
"""
markers = [
Expand Down

0 comments on commit 7b9e3ca

Please sign in to comment.