mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Skip ifcxml writing tests
This commit is contained in:
@@ -40,9 +40,11 @@ class TestWrite:
|
||||
def test_write_ifcspf(self):
|
||||
self.assert_model_is_written("model.ifc")
|
||||
|
||||
@pytest.mark.skip(reason="IFCXML writing not supported")
|
||||
def test_write_ifcxml(self):
|
||||
self.assert_model_is_written("model.ifcXML")
|
||||
|
||||
@pytest.mark.skip(reason="IFCXML writing not supported")
|
||||
def test_write_ifc_zip_ifcxml_format(self):
|
||||
self.assert_model_is_written("model.ifcZIP", format=".ifcXML", zipped=True)
|
||||
|
||||
@@ -58,9 +60,11 @@ class TestWrite:
|
||||
def test_write_anyextension_ifczip_ifcspf_format(self):
|
||||
self.assert_model_is_written("model.anyextension", format=".ifc", zipped=True)
|
||||
|
||||
@pytest.mark.skip(reason="IFCXML writing not supported")
|
||||
def test_write_anyextension_ifcxml_format(self):
|
||||
self.assert_model_is_written("model.anyextension", format=".ifcXML")
|
||||
|
||||
@pytest.mark.skip(reason="IFCXML writing not supported")
|
||||
def test_write_anyextension_ifczip_ifcxml_format(self):
|
||||
self.assert_model_is_written("model.anyextension", format=".ifcXML", zipped=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user