nonstorio / nosenstory

NosenStory API, client-agnostic interface for maintaining NosenStory game process across multiple chat applications.
https://nosenstory.github.io
Apache License 2.0
0 stars 0 forks source link

Integration tests with peewee ORM #5

Open vintprox opened 4 years ago

vintprox commented 4 years ago

We'll need to assert the ORM usage correctness, which implies database testing: mocks, fixtures and transactions included.

vintprox commented 4 years ago

As noted in #9, there will be few changes regarding models, to allow broader chat clients coverage.

Since it's now only a Bot API here, tests will be used to assert whether client-agnostic job is done right.