Skip to content

Commit

Permalink
Contribution guide: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
haritamar committed Aug 30, 2023
1 parent 6d0833a commit 6f673e0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Contributing guidelines
# Contribution guidelines

_Note_: This document is for the dbt package.
For the Python package (`edr`), refer to
the [Python package contributing guidelines](https://github.com/elementary-data/elementary/blob/master/CONTRIBUTING.md).
**Note**: This document contains contribution guidelines for the Elementary dbt package. If you wish to contribute
to the Elementary CLI (`edr`), please refer to the [CLI contribution guidelines](https://github.com/elementary-data/elementary/blob/master/CONTRIBUTING.md).

## Getting started with development

Expand Down Expand Up @@ -78,7 +77,7 @@ For every PR we merge, we require integration tests to pass successfully
on all supported database platforms (Snowflake, Bigquery, Redshift, Databricks and Postgres).

Clearly you might not have a setup for all of these, so the expectation is that you'll run
the tests on the platform you're using and make sure everything passes.
the tests on the platform you're using and make sure everything passes. We also encourage you to add new tests for any new non-trivial functionality.

Our tests are located under the `integration_tests` directory, and written using the
[py-test](https://docs.pytest.org/en/stable/) framework.
Expand Down

0 comments on commit 6f673e0

Please sign in to comment.