Skip to content
Snippets Groups Projects
  1. Aug 11, 2020
  2. Aug 05, 2020
  3. Aug 04, 2020
    • Andrzej Lisak's avatar
      [ABW]: patterns corrected for condenser/follow/tags_api: · ac20a0cf
      Andrzej Lisak authored
      - rebranding
      - accepted different future cashout_time (prior to HF17 it was taken from root and we don't want to introduce hardfork differences to HiveMind)
      - accepted different post_id
      - accepted lack of double-escaped slashes in json_metadata (now is better)
      - corrected indent for tavern's 2 spaces
      - corrected cases of CLRF
      Comparison script now removes .diff.json and .out.json files from previous run
      Comparison script now generates .out.json with error message in case of error/no response (all failing tests have .out.json file)
      Added comments to failing tests why they are failing
      Added comments to tests with empty results why there is no other option
      ac20a0cf
  4. Jul 30, 2020
  5. Jul 29, 2020
  6. Jul 28, 2020
  7. 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
Loading