-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed a redundant C++ unit test wrapper
Removed test script `test_normal_flux_condition.py`, which executed two C++ unit tests: `TestCalculateHorizontalNormalFlux` and `TestCalculateInclinedNormalFlux`. These unit tests, however, are also executed through test script `run_cpp_tests.py`, since both are part of test suite `KratosGeoMechanicsFastSuite`. As such, the former test script was redundant and it has been removed now. A few other changes were carried out to address three code smells reported by SonarQube and some problems detected by Clang-tidy.
- Loading branch information
Showing
2 changed files
with
1 addition
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
applications/GeoMechanicsApplication/tests/test_normal_flux_condition.py
This file was deleted.
Oops, something went wrong.