Feature request: rules for tests #104
Labels
needs-kind
Indicates an issue or PR lacks a `kind/foo` label and requires one.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Let's consider the example of a Java application that connects to an RDBMS system. THe existing rules will identify which RDBMS system is used, and may provide recommendations on what to do about that. But these recommendations are only about the actual business application code.
In certain apps, code in Unit Tests and Integration Tests may also connect to a database, and in these cases, one recommendation may be to adopt emulators and Test Containers to spin up a temporary database.
Today, there is no clear path on how to draft rules that provide recommendations specifically for code that performs tests.
Another point is rules for testing frameworks, e.g. moving from an old version of JUnit to a new version or migrating to TestNG and vice-versa.
The text was updated successfully, but these errors were encountered: