PYTHON-5384 Describe MongoDB specifications (#2344)

This commit is contained in:
Jeffrey A. Clark 2025-05-19 19:12:41 -04:00 committed by GitHub
parent a435a3e1c3
commit 726a6fa98d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -384,7 +384,14 @@ If you are running one of the `no-responder` tests, omit the `run-server` step.
- Regenerate the test variants and tasks using `pre-commit run --all-files generate-config`.
- Make sure to add instructions for running the test suite to `CONTRIBUTING.md`.
## Re-sync Spec Tests
## Specification Tests
The MongoDB [specifications repository](https://github.com/mongodb/specifications)
holds in progress and completed specifications for features of MongoDB, drivers,
and associated products. PyMongo supports the [Unified Test Format](https://jira.mongodb.org/browse/DRIVERS-709)
for running specification tests to confirm PyMongo behaves as expected.
### Resynchronizing the Specification Tests
If you would like to re-sync the copy of the specification tests in the
PyMongo repository with that which is inside the [specifications