Skip to content
Snippets Groups Projects
  1. Nov 05, 2020
  2. Oct 23, 2020
  3. Jul 28, 2020
  4. Jul 27, 2020
    • Dariusz Kędzierski's avatar
      Added response validator to tavern smoketests · d4b42cc8
      Dariusz Kędzierski authored
      - Response validator has been added: it validates if error or result
        fields are present in response. Occurence of error field will fail
        the given test.
      - In order for validator to work a path to test directory must be added
        to PYTHONPATH i.e you can run py.test from inside of tavern dir using:
        PYTHONPATH=$PYTHONPATH:$(pwd) py.test -v
      d4b42cc8
  5. Jul 09, 2020
    • Dariusz Kędzierski's avatar
      Fixes · 975073e2
      Dariusz Kędzierski authored and Bartek Wrona's avatar Bartek Wrona committed
      - removed not needed out.json files
      - added and updated .gitignore file
      - fixes in contain comparator
      975073e2
Loading