From c1bee82450daf900f632fccc7d79f2b1b32d62ae Mon Sep 17 00:00:00 2001 From: Cameron Christensen Date: Tue, 1 Dec 2020 12:35:24 -0700 Subject: [PATCH] make a fixme comment for shapeworks and python tests since setup environemnt once makes it impossible to run only a single test --- Testing/PythonTests/PythonTests.cpp | 1 + Testing/shapeworksTests/shapeworksTests.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/Testing/PythonTests/PythonTests.cpp b/Testing/PythonTests/PythonTests.cpp index 7d470c7e73..fe100c8d77 100644 --- a/Testing/PythonTests/PythonTests.cpp +++ b/Testing/PythonTests/PythonTests.cpp @@ -2,6 +2,7 @@ //--------------------------------------------------------------------------- // only need to run pythonEnvSetup once or it continuously appends to paths +// FIXME: This is a problem if you only need to execute a single test (same problem in ShapeworksTests) TEST(pythonTests, setup) { pythonEnvSetup(); diff --git a/Testing/shapeworksTests/shapeworksTests.cpp b/Testing/shapeworksTests/shapeworksTests.cpp index 46483262c0..ba6e327100 100644 --- a/Testing/shapeworksTests/shapeworksTests.cpp +++ b/Testing/shapeworksTests/shapeworksTests.cpp @@ -2,6 +2,7 @@ //--------------------------------------------------------------------------- // only need to run shapeworksEnvSetup once or it continuously appends to paths +// FIXME: This is a problem if you only need to execute a single test (same problem in PythonTests) TEST(shapeworksTests, setup) { shapeworksEnvSetup();