Skip to content

Commit

Permalink
updating contributing guide to mention that the unit tests validate m…
Browse files Browse the repository at this point in the history
…ultiple python versions
  • Loading branch information
benc-db committed Sep 14, 2023
1 parent 03bda7f commit 48e2ebd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,13 @@ If you set your `user.name` and `user.email` git configs, you can sign your comm

## Unit tests

Unit tests do not require a Databricks account. Please confirm that your pull request passes our unit test suite before opening a pull request.
Unit tests do not require a Databricks account. Please confirm that your pull request passes our unit test suite for at least one supported Python version before opening a pull request.

```zsh
poetry run nox -s unit-<simple python version, e.g. 3.8>
```

If you wish to go above and beyond, ensure you have all supported Python versions installed (see noxfile.py for latest list) and run:

```zsh
poetry run nox -s unit
Expand Down

0 comments on commit 48e2ebd

Please sign in to comment.