Skip to content

Commit 2c19197

Browse files
committed
moved test_check_ifc.py into plugingIFCCheck
1 parent 9c83228 commit 2c19197

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bim2sim/plugins/PluginIFCCheck/test/__init__.py

Whitespace-only changes.

test/unit/tasks/common/test_check_ifc.py renamed to bim2sim/plugins/PluginIFCCheck/test/unit/test_check_ifc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class PluginDummy(Plugin):
2727
bim2sim.tasks.common.load_ifc.LoadIFC,
2828
]
2929

30-
test_rsrc_path = Path(__file__).parent.parent.parent.parent / 'resources'
30+
test_rsrc_path = Path(__file__).parent.parent.parent.parent.parent.parent / 'test/resources'
3131

3232

3333
class TestCheckIFC(unittest.TestCase):

0 commit comments

Comments
 (0)