This folder contains a python script to evaluate the correctness for a crud rest api. The python script reads the openapi yaml and create, get, update, list, delete an entity. You can run the script by:
pip install -r requirements.txt
OPENAPI_YAML_PATH="./openapi.yaml" python evaluation.py