Skip to content

Commit

Permalink
Remove incomplete test
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Nov 20, 2024
1 parent 8324df8 commit 0f25394
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions sedr/test_schemat.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,5 @@ def test_set_up_schemathesis(self):
args=util.args, logfile=util.args.log_file, version=__version__
)
import schemat

schemat.schema = schemat.set_up_schemathesis(util.args)
self.assertTrue(schemat.schema)

def test_edr_landingpage(self):
"""Test test_edr_landingpage with a local json."""
__version__ = "testversion"

util.args = util.parse_args([], __version__)
util.args.openapi_version == "3.1"

util.logger = util.set_up_logging(
args=util.args, logfile=util.args.log_file, version=__version__
)
import schemathesis
import schemat

schemat.schema = schemathesis.from_path(
path="testdata/edrisobaric_openapi.json"
)

# TODO
# t = schemat.test_edr_landingpage(schemat.schema)
# self.assertTrue(t)

0 comments on commit 0f25394

Please sign in to comment.