purekid / mongodm

MongoDB ORM that includes support for references,embed and multilevel inheritance.
MIT License
200 stars 47 forks source link

Enhance tests by adding Phactory #13

Closed jrschumacher closed 10 years ago

jrschumacher commented 10 years ago

Add config on the fly -- needed this to be able to configure the test db. Also allows for better extending of library so we don't have to have a config within the location the library specifies.

Add ability to clean up database after finish of test class through removal of test collection.

Will be using this to further extend by implementing Phactory or something like it.

purekid commented 10 years ago

buddy,great works!