diff --git a/sedr/test_schemat.py b/sedr/test_schemat.py index 2cd9b72..de3282c 100644 --- a/sedr/test_schemat.py +++ b/sedr/test_schemat.py @@ -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)