Skip to content

Commit

Permalink
make a fixme comment for shapeworks and python tests since setup envi…
Browse files Browse the repository at this point in the history
…ronemnt once makes it impossible to run only a single test
  • Loading branch information
cchriste committed Dec 1, 2020
1 parent 2f7b171 commit c1bee82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Testing/PythonTests/PythonTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
1 change: 1 addition & 0 deletions Testing/shapeworksTests/shapeworksTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c1bee82

Please sign in to comment.