This linter will warn if:
- The BOOST_FIXTURE_TEST_SUITE name does not match the file name
- The test name is not unique
Also add an entry in the dev notes.
Based on core PR12719 and PR12859
Differential D2532
Add a linter to enfore unit tests file name/boost name match and unicity Fabien on Feb 9 2019, 08:36. Authored by
Details
This linter will warn if:
Also add an entry in the dev notes. Based on core PR12719 and PR12859 Should return nothing: ./test/lint/lint-tests.sh Rename the BOOST_FIXTURE_TEST_SUITE name in ./test/lint/lint-tests.sh Check the mismatch and the duplicata are detected
Diff Detail
Event Timeline |