Skip to content

PYTHON 5790 Standardize references to test collections in tests - #3026

Draft
sleepyStick wants to merge 8 commits into
mongodb:mainfrom
sleepyStick:PYTHON-5790
Draft

PYTHON 5790 Standardize references to test collections in tests#3026
sleepyStick wants to merge 8 commits into
mongodb:mainfrom
sleepyStick:PYTHON-5790

Conversation

@sleepyStick

Copy link
Copy Markdown
Contributor

PYTHON-5790

Changes in this PR

renamed the following

  • db.test -> db.coll
  • self.db.test -> self.db.coll
  • client.test.test -> client.db.coll
  • client.pymongo_test.test -> client.pymongo_test.coll

basically collections named test in our tests are now named coll

Test Plan

Checklist

Checklist for Author

  • [NA] Did you update the changelog (if necessary)?
  • Is there test coverage?
  • [NA] Is any followup work tracked in a JIRA ticket? If so, add link(s).

Checklist for Reviewer

  • Does the title of the PR reference a JIRA Ticket?
  • Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?)
  • Is all relevant documentation (README or docstring) updated?

@codecov

codecov Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant