mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 04:04:00 +00:00
Continue fixing tool tests.
Just chipping away at it give me time.
This commit is contained in:
@@ -49,7 +49,7 @@ class TestLoadExpress(NewFile):
|
||||
cwd = os.path.dirname(os.path.realpath(__file__))
|
||||
schema_path = os.path.join(cwd, "..", "files", "test.exp")
|
||||
schema = subject.load_express(schema_path)
|
||||
assert schema.schema_name == "IFCROGUE"
|
||||
assert schema.name() == "IFCROGUE"
|
||||
os.remove(schema_path + ".cache.dat")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user