(the_cpp_plugins_root_path)
| 193 | |
| 194 | @pytest.fixture |
| 195 | def a_cpp_plugin_path(the_cpp_plugins_root_path): |
| 196 | return os.path.join(the_cpp_plugins_root_path, "pathA") |
| 197 | |
| 198 | |
| 199 | @pytest.fixture(scope="session") |
nothing calls this directly
no outgoing calls
no test coverage detected