Testing guide¶
Once you’ve made some changes to the codebase, it is important to run tests.
Steps¶
Ensure you’ve gone through the quickstart guide. Ensure that the Docker daemon is running.
Run the tests.
ov just api/test
Note
Since the tests are executed inside Docker, Python dependencies need not be installed.