diff --git a/src/blenderbim/docs/devs/installation.rst b/src/blenderbim/docs/devs/installation.rst index cb9be95372..1f652b2806 100644 --- a/src/blenderbim/docs/devs/installation.rst +++ b/src/blenderbim/docs/devs/installation.rst @@ -150,7 +150,6 @@ Required Python modules to be stored in ``libs/site/packages/`` are: ifcopenshell bcf ifcclash - bimtester ifccobie ifccsv ifcdiff @@ -172,7 +171,6 @@ Required Python modules to be stored in ``libs/site/packages/`` are: elementpath six lark-parser - behave parse parse_type xlsxwriter @@ -184,8 +182,7 @@ Required Python modules to be stored in ``libs/site/packages/`` are: Notes: 1. ``ifcopenshell`` almost always requires the latest version due to the fast paced nature of the add-on development. -2. ``behave`` requires `patches `__. -3. ``ifcjson`` can be found `here `__. +2. ``ifcjson`` can be found `here `__. Required static assets are: :: diff --git a/src/blenderbim/pytest.ini b/src/blenderbim/pytest.ini index 2f55059a87..1543b724c6 100644 --- a/src/blenderbim/pytest.ini +++ b/src/blenderbim/pytest.ini @@ -2,7 +2,6 @@ markers = aggregate attribute - bimtester brick classification context diff --git a/src/blenderbim/test/bim/feature/bimtester.feature b/src/blenderbim/test/bim/feature/bimtester.feature deleted file mode 100644 index dd4629ad7e..0000000000 --- a/src/blenderbim/test/bim/feature/bimtester.feature +++ /dev/null @@ -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