-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Component/s: None
-
None
The spec lives here: https://github.com/mongodb/specifications/tree/master/source/crud
The spec includes acceptance tests in YAML and JSON formats. You may implement a test runner that parses and executes each tests. As an alternative to parsing the acceptance tests (if the overhead of handling the various test formats is too high), you may choose to implement them in your driver's test suite. Passing these tests is necessary but not sufficient for complying with the spec: there are many aspects of the spec that the tests do not cover.
- depends on
-
PYTHON-819 Implement CRUD spec
- Development Complete
-
RUBY-894 Ensure that the driver complies with the CRUD spec
- Development Complete
-
CDRIVER-637 Implement CRUD API spec
- Closed
-
CXX-1105 Implement CRUD spec tests
- Closed
- related to
-
CDRIVER-635 The multi option should be true by default
- Closed