summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/tests
Commit message (Expand)AuthorAgeFilesLines
* notifications: implement opt-outnotificationsJeremy Kerr2011-04-141-1/+13
* notifications: Add code to send notificationsJeremy Kerr2011-04-141-0/+112
* models: Add PatchChangeNotification and record patch state changesJeremy Kerr2011-04-142-0/+118
* Add email opt-out systemJeremy Kerr2011-04-142-0/+303
* registration: use EmailConfimation rather than separate registration appJeremy Kerr2011-04-144-3/+162
* Use generic email confirmation objectJeremy Kerr2011-04-143-0/+189
* models: use User.post_save signal to create UserProfile objectsJeremy Kerr2011-03-301-4/+1
* Replace tab characters with spaces on .py filesGuilherme Salgado2011-03-302-2/+2
* views: use id__in = get_patch_ids() to get the modified patch setJeremy Kerr2011-03-091-0/+62
* forms: Fix archiving/unarchiving of patches on patch listsGuilherme Salgado2011-03-081-40/+51
* parser: Allow pull requests to include a diffGuilherme Salgado2011-03-082-0/+154
* filters: quote param names and values when constructing querystringsJeremy Kerr2011-03-082-0/+37
* tests: Support execution of single testsDirk Wallenstein2011-02-281-14/+5
* tests/parser: Add test for wrapped git pull requestsJeremy Kerr2011-02-112-2/+355
* Replace tab in indentation with spaceDirk Wallenstein2011-02-112-5/+5
* tests/parser: Add subject encoding testsJeremy Kerr2011-02-112-0/+29
* Add support for git-pull requestsJeremy Kerr2010-11-013-1/+368
* tests/updates: Add delegate clear testJeremy Kerr2010-09-031-5/+15
* forms: change MultiplePatchForm from a ModelForm to a FormJeremy Kerr2010-09-031-0/+19
* tests/updates: Add multiple invalid state change testJeremy Kerr2010-09-031-5/+18
* tests: Add multiple patch update testJeremy Kerr2010-09-023-2/+74
* tests/utils: Specify content encoding on MIMEText() constructionJeremy Kerr2010-08-101-6/+5
* Copy headers from original mail into patch mbox outputJeremy Kerr2009-09-301-0/+30
* tests: check some edge cases in bundle reordering testsEduardo Habkost2009-08-151-16/+35
* tests: Fix 'order_start' on BundleReorderTest unit testEduardo Habkost2009-08-151-1/+1
* parser: allow short-form List-Id headersJeremy Kerr2009-08-011-1/+48
* tests: test creating bundles with existing namesJeremy Kerr2009-02-271-0/+14
* [views] Check count() for duplicate bundle patches, rather than try/exceptJeremy Kerr2009-02-131-0/+43
* [views] Don't create bundles with no nameJeremy Kerr2009-02-131-0/+22
* [mbox] Put ACKs before '---' updatesJeremy Kerr2009-02-122-2/+81
* [tests] Add initial bundle testsJeremy Kerr2009-02-103-3/+317
* [models] Make patches unique on (msgid, project), not just (msgid)Jeremy Kerr2008-10-291-2/+67
* [parser] Handle patches with no content charset definedJeremy Kerr2008-10-231-0/+11
* [parser] Accept x-diff patchesJeremy Kerr2008-10-101-1/+5
* [models] Fix exception on mbox view with non-ascii submitter nameJeremy Kerr2008-10-091-1/+24
* [encoding] Don't output patch mbox as quoted-printableJeremy Kerr2008-10-071-0/+8
* [models] Create patch mbox with utf-8 encodingJeremy Kerr2008-09-292-2/+58
* [tests] Remove print from SenderCorrelationTestJeremy Kerr2008-09-291-2/+0
* [tests] Add tests for utf-8 patchesJeremy Kerr2008-09-293-4/+34
* [test] Move helper functions into tests/utils.pyJeremy Kerr2008-09-202-40/+83
* [parser] Fix spacing for encoded headersJeremy Kerr2008-09-201-1/+1
* [parser] Merge senders with different caseJeremy Kerr2008-09-201-0/+41
* [test] 2.4-ise test casesJeremy Kerr2008-09-201-2/+8
* [parser] Decode From: headersJeremy Kerr2008-09-201-2/+45
* [parser] Don't remove --- update linesJeremy Kerr2008-09-201-0/+24
* [test] Add test for signatures in commentsJeremy Kerr2008-09-201-0/+13
* [test] Add patchwork testing infrastructureJeremy Kerr2008-09-193-0/+131