From 7d6fd03eb41a13432d5935d25c51f71933dd6f7c Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 15 Apr 2024 12:03:56 +0500 Subject: [PATCH] rename tests for consistency with api --- ...test_add_classification_reference.py => test_add_reference.py} | 0 ...emove_classification_reference.py => test_remove_reference.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/ifcopenshell-python/test/api/classification/{test_add_classification_reference.py => test_add_reference.py} (100%) rename src/ifcopenshell-python/test/api/classification/{test_remove_classification_reference.py => test_remove_reference.py} (100%) diff --git a/src/ifcopenshell-python/test/api/classification/test_add_classification_reference.py b/src/ifcopenshell-python/test/api/classification/test_add_reference.py similarity index 100% rename from src/ifcopenshell-python/test/api/classification/test_add_classification_reference.py rename to src/ifcopenshell-python/test/api/classification/test_add_reference.py diff --git a/src/ifcopenshell-python/test/api/classification/test_remove_classification_reference.py b/src/ifcopenshell-python/test/api/classification/test_remove_reference.py similarity index 100% rename from src/ifcopenshell-python/test/api/classification/test_remove_classification_reference.py rename to src/ifcopenshell-python/test/api/classification/test_remove_reference.py