-
Type: Task
-
Resolution: Duplicate
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
Use Case
As a Node driver developer
I want a clear separation between the spec tests and the driver-specific tests
So that I can ensure spec compliance
User Impact
N/A
Dependencies
Unknowns
N/A
Acceptance Criteria
- Ensure spec tests and prose spec tests are in a file separate from any driver-specific tests and contain a .spec. suffix
- The spec test should live in the functional test subdirectory corresponding to the given spec
- If some or all of the spec tests are not executed against a real server, consider including a comment in the directory that points to the location of the spec tests in question
Implementation Requirements
N/A
Testing Requirements
- The same set of tests that currently run and pass should still run and pass even after the refactor
Documentation Requirements
N/A
Follow Up Requirements
- Prose spec tests will be reviewed for compliance against current list of prose spec tests in a follow up ticket
- depends on
-
NODE-3717 Separate tests that do not require a real server into a separate suite and group related tests by functionality
- Closed
- duplicates
-
NODE-3717 Separate tests that do not require a real server into a separate suite and group related tests by functionality
- Closed
- is depended on by
-
NODE-3719 Review spec test files and identify any missing prose tests
- Closed