Skip to content

Commit 7feb336

Browse files
Update CONTRIBUTING.md
Co-authored-by: Noah Stapp <[email protected]>
1 parent 8938aa3 commit 7feb336

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -448,11 +448,10 @@ If there are changes, a PR will be generated by mongodb-drivers-pr-bot.
448448
If any errors occurred, the PR description will display the name of the spec along
449449
with stderr from the `bash resync-spec.sh <spec>` command.
450450

451-
Naturally, there will be spec tests that will fail if merged since the associated fix
452-
or behavioral change has not been implemented yet. For existing tests that have been
453-
modified, we will add these changes to a patch file (in `/.evergreen/spec-patch`). Each patch
454-
file will be named after a PYTHON ticket and the contents of the file will be the associated
455-
test differences between PyMongo's tests and the specification.
451+
Spec test changes associated with a behavioral change or bugfix that has yet to be implemented in PyMongo
452+
must be added to a patch file in `/.evergreen/spec-patch`. Each patch
453+
file must be named after the associated PYTHON ticket and contain the
454+
test differences between PyMongo's current tests and the specification.
456455
All changes listed in these patch files will be *undone* by the script and won't
457456
be applied to PyMongo's tests.
458457

0 commit comments

Comments
 (0)