Skip to content

Set of tests for hivemind using tavern library

Dariusz Kędzierski requested to merge dk-tavern-tests into master

There are two types of tests included:

  • test_*_patterns.tavern.yaml - contains test definitions and patterns to compare with (response is validated versus data saved in pattern file). Patterns are taken from 5mln pyrest test directory,
  • test_*_smoketest.tavern.yaml - contains test definitions to check if given api is working (response is checked only for existence).

For more detail please take a look into provided README.md

Merge request reports