]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tests: Remove 'create_series_patch'
authorStephen Finucane <stephen@that.guru>
Thu, 6 Sep 2018 14:22:31 +0000 (15:22 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 17 Oct 2018 17:37:54 +0000 (18:37 +0100)
commit29a7b1472765f61010199a49a67413396c495cf0
treef0b1167bb603dfec0edc16a2494f64c769a9f599
parent76505e910d7da46e94fb136cfcd299f29a30a138
tests: Remove 'create_series_patch'

The 'SeriesPatch' object was recently removed, but the
'create_series_patch' was retained in order to minimize the changes
necessary. This can now be removed and the logic moved to the
'create_patch' and 'create_cover' functions instead.

Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/tests/api/test_series.py
patchwork/tests/test_events.py
patchwork/tests/test_mboxviews.py
patchwork/tests/utils.py