This project sets up a simple API made with FastAPI and a database backed by SQLite3.
Poetry is used as the dependency manager. You should install it first to gather all the dependencies.
poetry installNOTE: Poetry should be installed for the command above to work. It will take care of everything.
The tests are simply run by calling robot, and then inspecting the log.html
file for further details:
poetry run robot tests/It will automatically gather all the resources for the tests to work.