Skip to content

Commit

Permalink
Fixed test_docs.py (to check all docs again).
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Oct 18, 2023
1 parent 32c011a commit dda4a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eventsourcing/tests/docs_tests/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ def test_docs(self):
for name in filenames:
if name in skipped:
continue
# if name.endswith(".rst"):
if name.endswith(".rst"):
# if (
# name.endswith("persistence.rst")
# or name.endswith("domain.rst")
# or name.endswith("application.rst")
# or name.endswith("system.rst")
# or name.endswith("examples.rst")
# ):
if name.endswith('part4.rst'):
# if name.endswith('part4.rst'):
# if name.endswith('aggregates_in_ddd.rst'):
# if name.endswith('example_application.rst'):
# if name.endswith('everything.rst'):
Expand Down

0 comments on commit dda4a11

Please sign in to comment.