Skip to content

Commit 48e7382

Browse files
wdconincCopilot
andauthored
Update tests/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bcacb5a commit 48e7382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def test_your_new_feature():
126126

127127
## Notes
128128

129-
- Tests expect database connection attempts to fail (no database available in test environment)
129+
- By default, tests expect database connection attempts to fail locally (unless you provide a PostgreSQL instance), but in CI a PostgreSQL service is available and database connections are expected to succeed.
130130
- Tests validate parsing, error handling, and API structure
131131
- Mock database connections can be added via pytest fixtures in `conftest.py`
132132
- Integration tests with actual database connections should be added to `test_integration.py`

0 commit comments

Comments
 (0)