Skip to content

Commit 3e337d0

Browse files
committed
enable second delete
1 parent 0b5d93f commit 3e337d0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

test/examples/src/test_readme.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ def test_5_delete_doc_example_existing(self):
9999
output = parent_dir / "output" / "delete_doc.txt"
100100
self.run_example_and_check_output(script, output)
101101

102-
# def test_6_delete_doc_example_non_existing(self):
103-
# """Deletes non-existing doc"""
104-
# script = parent_dir / "src" / "delete_doc.py"
105-
# output = parent_dir / "output" / "delete_doc2.txt"
106-
# self.run_example_and_check_output(script, output)
102+
def test_6_delete_doc_example_non_existing(self):
103+
"""Deletes non-existing doc"""
104+
script = parent_dir / "src" / "delete_doc.py"
105+
output = parent_dir / "output" / "delete_doc2.txt"
106+
self.run_example_and_check_output(script, output)
107107

108108

109109
if __name__ == '__main__':

0 commit comments

Comments
 (0)