summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/tests
Commit message (Expand)AuthorAgeFilesLines
* parser: Fix parsing of patches with a trailing no-newline markerMichael Ellerman2015-03-222-0/+60
* test_notifications: Fix testNotificationUpdated timestamp comparisonDamien Lespiau2014-11-101-1/+1
* parsemail: Fallback to common charsets when charset is None or x-unknownSiddhesh Poyarekar2014-07-242-0/+101
* tests/mboxviews: test for unchanged postscriptAndreas Bießmann2014-07-241-0/+28
* tests/utils: Fix List-Id headers on emails from create_emailJeremy Kerr2014-06-031-2/+3
* tests: Add XMLRPC interface testJeremy Kerr2014-05-072-0/+56
* urls: Fix django-1.6 change in password change viewsJeremy Kerr2014-05-071-0/+38
* utils/Order: Fix application of orderingJeremy Kerr2014-04-241-0/+78
* tests: Make tests compatible with django 1.6Jeremy Kerr2014-04-2315-14/+14
* tests/utils: Don't rely on field error message APIJeremy Kerr2014-04-221-1/+1
* tests/patchparser: Inherit from djagno.test.TestCaseJeremy Kerr2014-04-221-8/+8
* Defer Person creation/linkage until registration is confirmedJeremy Kerr2014-04-223-2/+25
* Add unconfirmed registration expiryJeremy Kerr2014-04-222-0/+122
* tests: Use strings from fields module for error testsJeremy Kerr2013-10-133-9/+11
* parser: Add support for rename-only patchesJeremy Kerr2013-10-133-0/+77
* views/base: Implement limit for submitter autocompletionJeremy Kerr2013-10-131-0/+9
* views/base: Include email addresses in submitter autocomplete searchJeremy Kerr2013-10-132-0/+47
* test/mboxviews: Add test for header-supplied datesJeremy Kerr2013-06-101-0/+15
* views/mbox: Use Date: header from original messageJeremy Kerr2013-06-101-0/+8
* models: Fix invalid dates in patch mboxJeremy Kerr2013-06-101-0/+24
* tests/mboxviews: add test for correct From headerAndreas Bießmann2013-05-141-0/+25
* bundles: Don't display 'Change order' button on public bundle viewJeremy Kerr2013-04-211-0/+1
* bundles: Remove separate public bundle viewsJeremy Kerr2013-04-202-17/+110
* tests/bundle: Check for form errors during bundle updatesJeremy Kerr2012-12-301-0/+23
* tests/bundle: Add bundle update tests, fix missing action behaviourJeremy Kerr2012-12-301-0/+52
* tests/bundle: Add tests for public bundle viewsJeremy Kerr2012-12-301-0/+27
* bundles: Add check for duplicate bundlesJeremy Kerr2012-10-221-0/+32
* templates: Don't rely on bool(Page)Jeremy Kerr2012-06-173-1/+40
* tests: Find test data relative to file locationDirk Wallenstein2012-05-041-2/+2
* tests/notifications: Add test for escaped patch namesJeremy Kerr2012-05-011-0/+14
* tests: Check the right optin emailDirk Wallenstein2012-05-011-1/+1
* tests/patchparser: abstract delegate and state testingJeremy Kerr2012-04-301-21/+17
* tests/patchparser: don't assume PK valuesJeremy Kerr2012-04-301-14/+21
* tests: Add tests for explicit delegate and state requestsDirk Wallenstein2012-04-301-2/+106
* parser: allow words starting with "diff" at beginning of lineStefan Hajnoczi2012-01-141-0/+5
* tests/patchparser: Add CVS format patch testJeremy Kerr2011-12-082-0/+142
* tests: add abstract mbox parsing testJeremy Kerr2011-12-081-7/+9
* filters: handle utf-8 characters when building filter querystringJeremy Kerr2011-12-081-0/+9
* parser: allow other protocol types in pull-request handlingJeremy Kerr2011-11-254-0/+1054
* models: Update Person & UserProfile object whenever User is savedJeremy Kerr2011-09-191-0/+40
* 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