Skip to content
Merged
Show file tree
Hide file tree
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 @@ -158,6 +158,10 @@ python -m pytest test_suite.py --dburi \
Some of these of these tests fail currently. We're working on getting relevant tests passing and others skipped. The tests that we've already reviewed and verified
are decorated with a pytest marker called `reviewed`. To only run these tests and check for regressions, you can add `-m reviewed` to the invocation command above.

These tests require two schemas exist in your catalog:
- An empty schema which can have an arbitrary name. It is configured in the SQLAlchemy --dburi
- An empty schema named `test_schema`

### Code formatting

This project uses [Black](https://pypi.org/project/black/).
Expand Down
Loading