To run the test, first, create and activate a virtual environment. Then install the module and run the test:
cd tests
python -m venv env
source env/bin/activate
python -m pip install -e ..
python simple_scenario_test.pyYou can do it for full test procedure as well:
python full_test_procedure.py