-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Testing
Use Case
As a... driver developer
I want... to import bson from src instead of directly requiring the package in our test files
So that... our test imports mirror what our actual code is doing
Dependencies
- None
Unknowns
- Need to investigate which of the current test imports should import bson from src and which are fine to leave as direct imports
Acceptance Criteria
- Replace direct test imports of bson with imports from src except where a direct bson import is actually required
Implementation Requirements
- TBD
Testing Requirements
- No new tests to add, existing tests should continue to pass
Documentation Requirements
- None
Follow Up Requirements
- None