|
recommendations from EF team:
- use the Northwind database as a dummy database. keep in mind that the Cosmos and other provider tests use only a subset of Northwind. It's probably easier to grab the json representation of the reduced NW db from the EF test suite and use this to create a mongo database, rather than working with https://github.com/tmcnab/northwind-mongo.
- Shay and Arthur recommend the Postgres provider tests as the best implemented, if you're looking for good references.
- Shay has offered to answer any questions as we implement testing.
|