]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tests: Remove duplicated bulk patch creation
authorStephen Finucane <stephen.finucane@intel.com>
Thu, 18 Feb 2016 15:27:11 +0000 (15:27 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 18 Feb 2016 21:13:16 +0000 (21:13 +0000)
commitf981513791358260c7510dd8479b0bfb24de05f5
tree9decbbf30de9c26697e5b87931643b8bb433f80d
parent30a175622b89f2354ab357a23caf1c60c45796cc
tests: Remove duplicated bulk patch creation

A number of tests were bulk creating patches. Seeing as this is a
common operation, it's better to move this into a common location.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/tests/test_bundles.py
patchwork/tests/test_updates.py
patchwork/tests/test_user.py
patchwork/tests/test_xmlrpc.py
patchwork/tests/utils.py