Skip to content

Commit

Permalink
Update tests impacted with new example
Browse files Browse the repository at this point in the history
Due to the insertion of an new example using
the new functionality it was required to update the publish tests which
rely on these examples.
  • Loading branch information
lbiaggi committed Mar 21, 2024
1 parent fad3f03 commit 69520c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doorstop/cli/tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from doorstop.core.tests.helpers import on_error_with_retry

REQ_COUNT = 23
ALL_COUNT = 55
ALL_COUNT = 57


class TempTestCase(unittest.TestCase):
Expand Down
1 change: 1 addition & 0 deletions doorstop/core/publishers/tests/test_publisher_html_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def setUp(self):
traceability.csv
traceability.html
documents/
EXT.html
HLT.html
LLT.html
REQ.html
Expand Down
2 changes: 2 additions & 0 deletions doorstop/core/publishers/tests/test_publisher_latex_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ def setUp(self):
self.dirpath = os.path.abspath(os.path.join("mock_%s" % __name__, self.hex))
os.makedirs(self.dirpath)
self.expected_walk = """{n}/
EXT.tex
HLT.tex
LLT.tex
REQ.tex
Requirements.tex
TUT.tex
Tutorial.tex
compile.sh
doc-EXT.tex
doc-HLT.tex
doc-LLT.tex
traceability.tex
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def setUp(self):
self.dirpath = os.path.abspath(os.path.join("mock_%s" % __name__, self.hex))
os.makedirs(self.dirpath)
self.expected_walk = """{n}/
EXT.md
HLT.md
LLT.md
REQ.md
Expand Down

0 comments on commit 69520c9

Please sign in to comment.