Testing
Rules relading to Rego tests.
Rule | Summary |
---|---|
testing/dubious-print-sprintf | Dubious use of `print` and `sprintf` |
testing/file-missing-test-suffix | Files containing tests should have a `_test.rego` suffix |
testing/identically-named-tests | Multiple tests with same name |
testing/metasyntactic-variable | Metasyntactic variable name |
testing/print-or-trace-call | Call to `print` or `trace` function |
testing/test-outside-test-package | Test outside of test package |
testing/todo-test | TODO test encountered |