Tests for the C++ parser#
- tests.test_parse_cpp.test_format()[source][source]#
Test the formatting of a C++ expression after the parsing. It should be the same as the original string.
- tests.test_parse_cpp.test_replace()[source][source]#
Test the replacement of a variable in a C++ expression. First parse, then replace, finally format.