solvcon / modmesh

Toolkit for solving partial differential equations
BSD 3-Clause "New" or "Revised" License
38 stars 38 forks source link

improve the comment in gtests #352

Closed tigercosmos closed 3 months ago

tigercosmos commented 3 months ago

The current gtest files include nopython string in the filename, which is redundant as we always put non-python test in gtest and python related tests in pytest. Therefore renaming all gtest files to make their names shorter.

add a comment to point out that the test_python target is only for testing non-Python code.

tigercosmos commented 3 months ago

@yungyuc I reverted the change and added a comment in gtests/CMakefile.txt.