Skip to content

Files

Latest commit

 

History

History

evaluation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Introduction

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