-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Tests
-
None
Motor implements its own spec test runner for the transactions spec: https://github.com/mongodb/motor/blob/2fcb53d/test/tornado_tests/test_motor_transaction.py#L113
This is redundant because we already run all of pymongo's transaction tests via the synchro tests. Let's remove the custom spec test runner.
- depends on
-
MOTOR-228 Port Synchrotest to Python 3
- Closed