Slide 22
Slide 22 text
import whip_csv from pywhip
# load specifications
with open("my_specifications.yml") as spec_file:
specifications = yaml.load(spec_file)
# test specifications
test = whip_csv("my_data.csv", specifications)
# get report
test.get_report("html")
Pywhip
Or “json”