matei-tm / f-orm-m8-sqlite

A f_orm_m8 implementation for Sqlite, with mapping capability out of the box
MIT License
14 stars 5 forks source link

Increase the example project test coverage above 95% #102

Closed matei-tm closed 5 years ago

matei-tm commented 5 years ago

Is your feature request related to a problem? Please describe. We want an overall test coverage higher than 95%. The unit tests on example project do not cover all the methods of database provider mixins.

Describe the solution you'd like Add unit tests to cover the missed methods image