]> git.ozlabs.org Git - patchwork/history - apps/patchwork/tests
registration: use EmailConfimation rather than separate registration app
[patchwork] / apps / patchwork / tests /
2011-04-14 Jeremy Kerrregistration: use EmailConfimation rather than separate...
2011-04-14 Jeremy KerrUse generic email confirmation object
2011-03-30 Jeremy Kerrmodels: use User.post_save signal to create UserProfile...
2011-03-30 Guilherme SalgadoReplace tab characters with spaces on .py files
2011-03-09 Jeremy Kerrviews: use id__in = get_patch_ids() to get the modified...
2011-03-08 Guilherme Salgadoforms: Fix archiving/unarchiving of patches on patch...
2011-03-08 Guilherme Salgadoparser: Allow pull requests to include a diff
2011-03-08 Jeremy Kerrfilters: quote param names and values when constructing...
2011-02-28 Dirk Wallensteintests: Support execution of single tests
2011-02-11 Jeremy Kerrtests/parser: Add test for wrapped git pull requests
2011-02-11 Dirk WallensteinReplace tab in indentation with space
2011-02-11 Jeremy Kerrtests/parser: Add subject encoding tests
2010-11-01 Jeremy KerrAdd support for git-pull requests
2010-09-03 Jeremy Kerrtests/updates: Add delegate clear test
2010-09-03 Jeremy Kerrforms: change MultiplePatchForm from a ModelForm to...
2010-09-03 Jeremy Kerrtests/updates: Add multiple invalid state change test
2010-09-02 Jeremy Kerrtests: Add multiple patch update test
2010-08-10 Jeremy Kerrtests/utils: Specify content encoding on MIMEText(...
2009-09-30 Jeremy KerrCopy headers from original mail into patch mbox output
2009-08-15 Eduardo Habkosttests: check some edge cases in bundle reordering tests
2009-08-15 Eduardo Habkosttests: Fix 'order_start' on BundleReorderTest unit...
2009-08-01 Jeremy Kerrparser: allow short-form List-Id headers
2009-02-27 Jeremy Kerrtests: test creating bundles with existing names
2009-02-13 Jeremy Kerr[views] Check count() for duplicate bundle patches...
2009-02-13 Jeremy Kerr[views] Don't create bundles with no name
2009-02-12 Jeremy Kerr[mbox] Put ACKs before '---' updates
2009-02-10 Jeremy Kerr[tests] Add initial bundle tests
2008-10-29 Jeremy Kerr[models] Make patches unique on (msgid, project), not...
2008-10-23 Jeremy Kerr[parser] Handle patches with no content charset defined
2008-10-10 Jeremy Kerr[parser] Accept x-diff patches
2008-10-09 Jeremy Kerr[models] Fix exception on mbox view with non-ascii...
2008-10-07 Jeremy Kerr[encoding] Don't output patch mbox as quoted-printable
2008-09-29 Jeremy Kerr[models] Create patch mbox with utf-8 encoding
2008-09-29 Jeremy Kerr[tests] Remove print from SenderCorrelationTest
2008-09-29 Jeremy Kerr[tests] Add tests for utf-8 patches
2008-09-20 Jeremy Kerr[test] Move helper functions into tests/utils.py
2008-09-20 Jeremy Kerr[parser] Fix spacing for encoded headers
2008-09-20 Jeremy Kerr[parser] Merge senders with different case
2008-09-20 Jeremy Kerr[test] 2.4-ise test cases
2008-09-20 Jeremy Kerr[parser] Decode From: headers
2008-09-20 Jeremy Kerr[parser] Don't remove --- update lines
2008-09-20 Jeremy Kerr[test] Add test for signatures in comments
2008-09-19 Jeremy Kerr[test] Add patchwork testing infrastructure