Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f241ee5 commit 29949aeCopy full SHA for 29949ae
1 file changed
jsonschema/tests/test_cli.py
@@ -697,6 +697,7 @@ def test_successful_validation_of_just_the_schema_pretty_output(self):
697
698
def test_successful_validation_via_explicit_base_uri(self):
699
ref_schema_file = tempfile.NamedTemporaryFile(delete=False)
700
+ ref_schema_file.close()
701
self.addCleanup(os.remove, ref_schema_file.name)
702
703
ref_path = Path(ref_schema_file.name)
@@ -717,6 +718,7 @@ def test_successful_validation_via_explicit_base_uri(self):
717
718
719
def test_unsuccessful_validation_via_explicit_base_uri(self):
720
721
722
723
724
0 commit comments