globalsign / mgo

The MongoDB driver for Go
Other
1.97k stars 230 forks source link

[#179] Array Filters Implemented With Tests #207

Closed crhntr closed 6 years ago

crhntr commented 6 years ago

I was not able to run the harnes/setup.sh on my machine for some reason. However, I wrote some tests using the testing package that passed and then rewrote parts of the tests using gopkg.in/check.v1.

Please verify the tests pass on a machine that has "check" working.

The test data is based on the example in the MongoDB arrayFilter documentation.

crhntr commented 6 years ago

Sorry. I forgot to target the develop branch.