Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ Note that when running the repository tests using maven or editor, logs will be
extension built on [WireMock](https://wiremock.org/), which helps simulate production-like environments while reducing
reliance on live systems. This approach improves CI/CD efficiency. For more details on the testing framework, refer to
the repository's [README.md](https://github.com/databricks/databricks-jdbc/blob/main/README.md).
- To run a single test, use:
```bash
mvn test -pl . -Dtest=ClassName#methodName
```

## Coding Style

Expand Down
Loading