From 3cf052f17aadad6273390242384fdb144528e869 Mon Sep 17 00:00:00 2001 From: Steve Bachmeier Date: Tue, 17 Dec 2024 13:39:07 -0800 Subject: [PATCH] copy (broken) test_core.py to unit tests folder; delete TESTS_TO_IMPLEMENT dir --- {TESTS_TO_IMPLEMENT/extract => tests/unit}/test_core.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename {TESTS_TO_IMPLEMENT/extract => tests/unit}/test_core.py (98%) diff --git a/TESTS_TO_IMPLEMENT/extract/test_core.py b/tests/unit/test_core.py similarity index 98% rename from TESTS_TO_IMPLEMENT/extract/test_core.py rename to tests/unit/test_core.py index f637b511..31ffbf8c 100644 --- a/TESTS_TO_IMPLEMENT/extract/test_core.py +++ b/tests/unit/test_core.py @@ -5,9 +5,11 @@ from vivarium_inputs import core, utility_data from vivarium_inputs.mapping_extension import healthcare_entities -pytestmark = pytest.mark.skipif( - NO_GBD_ACCESS, reason="Cannot run these tests without vivarium_gbd_access" -) +pytestmark = pytest.mark.skip(reason="MIC-5245") + +# pytestmark = pytest.mark.skipif( +# NO_GBD_ACCESS, reason="Cannot run these tests without vivarium_gbd_access" +# ) def success_expected(entity_name, measure_name, location):