mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
Continue work on plug-in and tests
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
import ifcopenshell
|
||||
import pytest
|
||||
import test.bootstrap
|
||||
|
||||
|
||||
class TestGetInfo2(test.bootstrap.IFC4):
|
||||
def test_instance_attribute(self):
|
||||
brep = self.file.create_entity("IfcFacetedBrep")
|
||||
|
||||
@@ -14,6 +14,7 @@ import ifcopenshell.guid
|
||||
import ifcopenshell.template
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Current file retention is not automatic anymore if a single instance is alive")
|
||||
@pytest.mark.parametrize(
|
||||
"args",
|
||||
itertools.product((0, 1), (0, 1), (0, 1), (0, 1, 2)),
|
||||
|
||||
Reference in New Issue
Block a user