Skip to content

Commit 6695b70

Browse files
committed
reorganize test_distribution_element
1 parent 4946c79 commit 6695b70

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/bim2fem/ifcplus/api/distribution_element.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import ifcopenshell.api.type
1414
import numpy as np
1515
import ifcopenshell.util.representation
16-
from typing import Literal, cast
16+
from typing import cast
1717
import ifcopenshell.api.system
1818
import ifcopenshell.api.root
1919
import ifcopenshell.api.spatial

src/bim2fem/ifcplus/api/system.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Copyright 2025, Battelle Energy Alliance, LLC All Rights Reserved
22

3-
43
import ifcopenshell.api.system
54
import ifcopenshell.util.system
65
import bim2fem.ifcplus.api.distribution_element

tests/ifcplus/api/test_distribution_element.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from typing import cast
2222

2323

24-
class TestAddEquipment:
24+
class TestCreatePipingElements:
2525

2626
def test_create_elbows(
2727
self,
@@ -246,6 +246,9 @@ def test_create_pipe_segments(
246246

247247
assert len(logger.statements) == 0
248248

249+
250+
class TestCreateEquipment:
251+
249252
def test_create_make_up_air_unit(
250253
self,
251254
ifc_file_with_ventilation_distribution_system: ifcopenshell.file,

0 commit comments

Comments
 (0)