mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +00:00
remove bimtester from bbim (related to 7157590)
This commit is contained in:
@@ -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:
|
||||||
::
|
::
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user