Skip to content

Examination

Akashdeep Dhar edited this page Dec 20, 2024 · 2 revisions

For development

The available tests for the project can be found in the test directory.

  1. Activate the virtual environment after following the development instructions to set the project up locally.

    $ source venv/bin/activate
    
  2. Execute the following command within the activated virtual environment to start running the available tests.

    (venv) $ tox
    

For consumption

The available tests for the project are not included in the installable package.

Clone this wiki locally