]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tests: Remove 'find_in_context'
authorStephen Finucane <stephen.finucane@intel.com>
Sun, 19 Jun 2016 19:36:14 +0000 (20:36 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 30 Jun 2016 15:04:12 +0000 (16:04 +0100)
commit93b3ed95e606fce4eb231d69e54ddbf2cc27e7da
tree78fc612c23e8be51e662e943a5a3c50c3b4e22df
parent6c0bbe1bad6e64b7ec6973e27c6e29a8f43f0c28
tests: Remove 'find_in_context'

The aformentioned function handled both dicts and lists in a request's
context field. Seeing as only dicts are ever returned, this is not
necessary.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Reviewed-by: Andy Doan <andy.doan@linaro.org>
patchwork/tests/test_bundles.py
patchwork/tests/utils.py