mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 22:59:59 +00:00
Skip ifcxml writing tests
This commit is contained in:
@@ -40,9 +40,11 @@ class TestWrite:
|
|||||||
def test_write_ifcspf(self):
|
def test_write_ifcspf(self):
|
||||||
self.assert_model_is_written("model.ifc")
|
self.assert_model_is_written("model.ifc")
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="IFCXML writing not supported")
|
||||||
def test_write_ifcxml(self):
|
def test_write_ifcxml(self):
|
||||||
self.assert_model_is_written("model.ifcXML")
|
self.assert_model_is_written("model.ifcXML")
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="IFCXML writing not supported")
|
||||||
def test_write_ifc_zip_ifcxml_format(self):
|
def test_write_ifc_zip_ifcxml_format(self):
|
||||||
self.assert_model_is_written("model.ifcZIP", format=".ifcXML", zipped=True)
|
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):
|
def test_write_anyextension_ifczip_ifcspf_format(self):
|
||||||
self.assert_model_is_written("model.anyextension", format=".ifc", zipped=True)
|
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):
|
def test_write_anyextension_ifcxml_format(self):
|
||||||
self.assert_model_is_written("model.anyextension", format=".ifcXML")
|
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):
|
def test_write_anyextension_ifczip_ifcxml_format(self):
|
||||||
self.assert_model_is_written("model.anyextension", format=".ifcXML", zipped=True)
|
self.assert_model_is_written("model.anyextension", format=".ifcXML", zipped=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user