Mike Fährmann 1a70857a12
update extractor-unittest capabilities
- "count" can now be a string defining a comparison in the form of
  '<operator> <value>', for example: '> 12' or '!= 1'. If its value
  is not a string, it is assumed to be a concrete integer as before.

- "keyword" can now be a dictionary defining tests for individual keys.
  These tests can either be a type, a concrete value or a regex
  starting with "re:". Dictionaries can be stacked inside each other.
  Optional keys can be indicated with a "?" before its name.

  For example:
      "keyword:" {
          "image_id": int,
          "gallery_id", 123,
          "name": "re:pattern",
          "user": {
              "id": 321,
          },
          "?optional": None,
      }
2017-12-30 19:05:37 +01:00
..
2017-01-16 02:59:22 +01:00
2017-01-30 19:40:15 +01:00
2017-06-30 15:21:04 +02:00
2017-10-26 00:04:28 +02:00
2017-04-08 11:02:32 +02:00
2017-10-26 00:04:28 +02:00
2017-12-30 19:05:37 +01:00
2017-12-06 21:45:56 +01:00
2017-11-10 21:46:18 +01:00
2017-08-24 20:55:58 +02:00