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.
Install the Python dependencies, including dev-dependencies.
$ just ingestion_server/install
Caution
If you experience error installing
psycopg2, refer to the documentation about the OpenSSL prerequisite.Run the tests.
$ just ingestion_server/test-local