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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -453,8 +453,8 @@ or behavioral change has not been implemented yet. For existing tests that have
453
453
modified, we will add these changes to a patch file (in `/.evergreen/spec-patch`). Each patch
454
454
file will be named after a PYTHON ticket and the contents of the file will be the associated
455
455
test differences between PyMongo's tests and the specification.
456
-
To be clear, changes listed in these patch files will be *undone* by the script, and thus won't
457
-
be added to pymongo.
456
+
All changes listed in these patch files will be *undone* by the script and won't
457
+
be applied to PyMongo's tests.
458
458
459
459
When a new test file or folder is added to the spec repo before the associated code changes are implemented, that test's path must be added to `.evergreen/remove-unimplemented-tests.sh` along with a comment indicating the associated PYTHON ticket for those changes.
0 commit comments