mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
2cbc7a10ab
BREAKING CHANGE: incompatible methods and objects with previous version. closes #2321
9 lines
172 B
Python
9 lines
172 B
Python
import pytest
|
|
|
|
from bcf.xml_parser import XmlParserSerializer
|
|
|
|
|
|
@pytest.fixture(scope="session")
|
|
def xml_handler() -> XmlParserSerializer:
|
|
return XmlParserSerializer()
|