You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: README test section now covers both integration suites
The repo grew a second integration suite (`tests/psql_integration_test.rs`,
spawning the real `psql` binary) but the README's Test section was
written before it landed. Updated the section to:
- name the three kinds of tests explicitly (unit, tokio-postgres,
psql) with what each catches
- show how to run all suites at once vs. each one individually
- include the `--ignored` invocation for the three binary-format-
dependent extended-protocol tests, with a back-reference to the
Wire-format section that explains why
- mention `reuse lint` alongside the other PR gates
No code change. README only.
0 commit comments