From 67de50e4fc6e45279aa79a41ef328a7f7fa0e61f Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 5 Sep 2019 07:32:52 -0500 Subject: [PATCH] Rename two tests --- .../{test_complex_cell_capi.py => test_complex_cell_bb.py} | 0 tests/unit_tests/{test_capi.py => test_lib.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/unit_tests/{test_complex_cell_capi.py => test_complex_cell_bb.py} (100%) rename tests/unit_tests/{test_capi.py => test_lib.py} (100%) diff --git a/tests/unit_tests/test_complex_cell_capi.py b/tests/unit_tests/test_complex_cell_bb.py similarity index 100% rename from tests/unit_tests/test_complex_cell_capi.py rename to tests/unit_tests/test_complex_cell_bb.py diff --git a/tests/unit_tests/test_capi.py b/tests/unit_tests/test_lib.py similarity index 100% rename from tests/unit_tests/test_capi.py rename to tests/unit_tests/test_lib.py