]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tests: Add test for broken parser
authorStephen Finucane <stephen@that.guru>
Sun, 1 Dec 2019 17:10:45 +0000 (17:10 +0000)
committerStephen Finucane <stephen@that.guru>
Fri, 27 Dec 2019 13:21:11 +0000 (13:21 +0000)
commit350116effb0675ffbc18175a563f2855eb17a1cc
treebc2c93ef73451f4bbe21bccdde720572b01e411b
parentd9612cf485ad111fc73e093725142550473c2bb2
tests: Add test for broken parser

Add tests for the recent changes we made to how we parse multiple series
received at once. These tests actually highlighted what appeared to be
the test failure that's been intermittently breaking our CI for years
now, so the 'expectedFailure' marker has been removed in the hope that
this is actually the case.

Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/tests/series/bugs-spamming.mbox [new file with mode: 0644]
patchwork/tests/test_series.py