stratila / users_db

users_db is a database module that provides CRUD operations on models defined in it by wrapping SQLAlchemy queries
0 stars 0 forks source link

Write database setup and run test scripts #1

Open stratila opened 1 year ago

stratila commented 1 year ago

Currently, we build and run containers to execute test, or manually run tests in the running container. The task is to make it easy to run tests.

stratila commented 1 year ago

TODO: add README how to run tests