Skip to content

Commit 726a6fa

Browse files
authored
PYTHON-5384 Describe MongoDB specifications (#2344)
1 parent a435a3e commit 726a6fa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,14 @@ If you are running one of the `no-responder` tests, omit the `run-server` step.
384384
- Regenerate the test variants and tasks using `pre-commit run --all-files generate-config`.
385385
- Make sure to add instructions for running the test suite to `CONTRIBUTING.md`.
386386

387-
## Re-sync Spec Tests
387+
## Specification Tests
388+
389+
The MongoDB [specifications repository](https://github.com/mongodb/specifications)
390+
holds in progress and completed specifications for features of MongoDB, drivers,
391+
and associated products. PyMongo supports the [Unified Test Format](https://jira.mongodb.org/browse/DRIVERS-709)
392+
for running specification tests to confirm PyMongo behaves as expected.
393+
394+
### Resynchronizing the Specification Tests
388395

389396
If you would like to re-sync the copy of the specification tests in the
390397
PyMongo repository with that which is inside the [specifications

0 commit comments

Comments
 (0)