Skip to content
Snippets Groups Projects
  1. Aug 11, 2020
  2. Jul 30, 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
    • Dariusz Kędzierski's avatar
      Initiall implementation of tavern tests · 1a5a4c0c
      Dariusz Kędzierski authored
      - Initial implementation of tests with tavern freamework
      - All tests are green atm because only thing that is checked is
        response_conde
      - More works on tests in next commits
      1a5a4c0c
Loading