This flie explain how to run the test for CISE Adaptor
sudo apt install python3.10-venv
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 p5.py
uvicorn app:app --host 10.50.1.181 --port 8000 --workers 1 --log-level debug
app_just_pull_req_tested.py contains the previous code to handle the pull request only (to run it, rename the file in app.py)