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();