oatpp / example-crud

A complete example of a "CRUD" service (UserService) built with Oat++.
https://oatpp.io/
Apache License 2.0
98 stars 61 forks source link

Added simple test to add and delete users. #9

Closed ktnr closed 3 years ago

ktnr commented 3 years ago

Simple test to add users that yields the memory leak from #8. Added a separate test database to make sure the normal database is not corrupted by failing tests.

lganzzzo commented 3 years ago

Great work! I'm merging this test. I'll create a new PR with fixes and will tag you there (@ktnr )