remove bimtester from bbim (related to 7157590)

This commit is contained in:
Andrej730
2024-07-31 13:41:49 +05:00
parent 64fc9462b6
commit 133494af97
3 changed files with 1 additions and 14 deletions
+1 -4
View File
@@ -150,7 +150,6 @@ Required Python modules to be stored in ``libs/site/packages/`` are:
ifcopenshell ifcopenshell
bcf bcf
ifcclash ifcclash
bimtester
ifccobie ifccobie
ifccsv ifccsv
ifcdiff ifcdiff
@@ -172,7 +171,6 @@ Required Python modules to be stored in ``libs/site/packages/`` are:
elementpath elementpath
six six
lark-parser lark-parser
behave
parse parse
parse_type parse_type
xlsxwriter xlsxwriter
@@ -184,8 +182,7 @@ Required Python modules to be stored in ``libs/site/packages/`` are:
Notes: Notes:
1. ``ifcopenshell`` almost always requires the latest version due to the fast paced nature of the add-on development. 1. ``ifcopenshell`` almost always requires the latest version due to the fast paced nature of the add-on development.
2. ``behave`` requires `patches <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcbimtester/patch>`__. 2. ``ifcjson`` can be found `here <https://github.com/IFCJSON-Team/IFC2JSON_python/tree/master/file_converters>`__.
3. ``ifcjson`` can be found `here <https://github.com/IFCJSON-Team/IFC2JSON_python/tree/master/file_converters>`__.
Required static assets are: Required static assets are:
:: ::
-1
View File
@@ -2,7 +2,6 @@
markers = markers =
aggregate aggregate
attribute attribute
bimtester
brick brick
classification classification
context context
@@ -1,9 +0,0 @@
@bimtester
Feature: Bimtester
Scenario: Execute Bimtester
Given an empty IFC project
When I set "scene.BimTesterProperties.should_load_from_memory" to "True"
And I set "scene.BimTesterProperties.feature" to "{cwd}/test/files/sample.feature"
And I press "bim.execute_bim_tester"
Then nothing happens