summaryrefslogtreecommitdiff
path: root/test/command_callback/test_proto_command_callback.vader
AgeCommit message (Collapse)Author
2021-03-21#3633 - Move linter tests into test/linterw0rp
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2018-01-07Make it possible to inject flags of protoc invocation.Benjamin Bannier
Typically proto files depend on and make use of proto definitions in other files. When invoking protoc user can supply paths to inspect for dependencies. This patch makes it possible to configure flags passed to protoc. This makes it e.g., possible to change include paths of the linter's protoc invocation.
2018-01-07Removed unneeded `SetDirectory` call in proto handler test.Benjamin Bannier
The test already handled arbitrary paths reasonably well, but setting the directory interfered via leakage with others tests for some reason. This patch removes the call to `SetDirectory` in the fixture setup and the subsequent cleanup in the teardown as they are not required.
2017-11-15Clean up tests to stop people copy and pasting the wrong examplesw0rp
2017-11-10Added support for linting of proto files (#1098)Jeff Willette
* Added support for linting of proto files * Added function to get the proper protoc command