feat: alter tests to clear all namespaces on tearDown
This commit is contained in:
@@ -19,7 +19,7 @@ class TestSchemaConverter(TestCase):
|
|||||||
self.converter = SchemaConverter()
|
self.converter = SchemaConverter()
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
self.converter.clear_ref_cache()
|
self.converter.clear_ref_cache(namespace=None)
|
||||||
|
|
||||||
def test_invalid_schema(self):
|
def test_invalid_schema(self):
|
||||||
schema = {
|
schema = {
|
||||||
|
|||||||
Reference in New Issue
Block a user