Skip to content

Commit

Permalink
#75 fixing tests for github action execution
Browse files Browse the repository at this point in the history
  • Loading branch information
hkir-dev committed Jul 6, 2021
1 parent d69d4b6 commit 9d4a79a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/schema/test/generic_test/document_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ def test_is_schema(self):
def test_pattern_interface_single_param(self):
document.generate_pattern_documentation(os.path.join(os.path.dirname(os.path.realpath(__file__)),
"../positive_test_set/patterns/data/acute.yaml"))
self.assertTrue(os.path.exists(os.path.join(os.path.dirname(os.path.realpath(__file__)),
"./acute.md")))
self.assertTrue(os.path.exists(os.path.join(os.getcwd(), "./acute.md")))

def test_pattern_interface_two_param(self):
document.generate_pattern_documentation(os.path.join(os.path.dirname(os.path.realpath(__file__)),
Expand Down
Empty file.

0 comments on commit 9d4a79a

Please sign in to comment.