Test#

Docker#

  1. Before running the tests, make sure to initialise the system with data.

    just init
    

    This step is a part of the “Quickstart” process.

  2. Run the tests in an interactive TTY connected to a web container.

    just api-test
    

On the host#

  1. Start the Django dev server. See the “Run” document for instructions.

  2. Run the tests in a terminal on the host.

    just api-testlocal