Details
-
Improvement
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
None
-
None
Description
In mongodb/mongo-swift-driver#97, kaitlin.mahar noted that getSpecsPath() is currently defined in an extension to XCTestCase. Rather than continue extending XCTestCase, we can introduce our own base class (e.g. MongoTestCase) that inherits XCTestCase and provides additional methods relevant to our own functional tests (e.g. getter for specs path, default database name).