| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -158,6 +158,10 @@ python -m pytest test_suite.py --dburi \ | |||
| 158 | 158 | 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 | |
| 159 | 159 | 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. | |
| 160 | 160 | ||
| 161 | + These tests require two schemas exist in your catalog: | ||
| 162 | + - An empty schema which can have an arbitrary name. It is configured in the SQLAlchemy --dburi | ||
| 163 | + - An empty schema named `test_schema` | ||
| 164 | + | ||
| 161 | 165 | ### Code formatting | |
| 162 | 166 | ||
| 163 | 167 | This project uses [Black](https://pypi.org/project/black/). | |
| Back | FazBrowse Home | New Git URL |
0 commit comments