mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-05 20:06:25 +00:00
8 lines
171 B
Python
8 lines
171 B
Python
|
|
import pytest
|
||
|
|
from bcf.xml_parser import XmlParserSerializer
|
||
|
|
|
||
|
|
|
||
|
|
@pytest.fixture(scope="session")
|
||
|
|
def xml_handler() -> XmlParserSerializer:
|
||
|
|
return XmlParserSerializer()
|