-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.0
-
Component/s: Extensions, Tools and Build
-
Labels:None
Most of the existing MongoDB unit tests are actually integration tests that require a live installation of MongoDB to run. They're marked with @Ignore which is a very suboptimal solution for testing and makes it easy for a reviewer to run the tests and think everything passed if they're not looking for that.
- links to