summaryrefslogtreecommitdiff
path: root/tests/test_acceptparse.py
Commit message (Expand)AuthorAgeFilesLines
* test_acceptparse.py move to assert from noseBert JW Regeer2016-04-141-11/+10
* Improved test coverage for MIMEAccept wildcard matchingLucas Taylor2015-03-231-1/+4
* Allow wildcards to be used when comparing a MIMEAccept against an offerLucas Taylor2015-03-231-1/+60
* coverageChris McDonough2012-11-081-0/+2
* Ignore invalid mime wildcards in MIMEAcceptRyan Kelly2012-11-091-0/+2
* Fix case-sensitive behaviour in MIMEAccept and AcceptCharset.Lorenzo M. Catucci2012-06-061-0/+29
* Fix acceptparse __str__'s rounding of q valuesGraham Higgins2012-05-121-0/+10
* Fix NilAccept.best_match() so an empty "offers" + default_match picks defaultChristopher Allan Webber2011-10-181-1/+1
* remove Accept.best_matches(), add Accept.__iter__()Sergey Schetinin2011-09-261-22/+0
* mirror some deprecation changes from sergey-1.2-py2-only branchSergey Schetinin2011-09-241-18/+0
* use direct imports, kill dead importsChris McDonough2011-09-201-2/+9
* make sure that `'en' in AcceptLanguage('en-gb')` and `'en_GB' in AcceptLangua...Sergey Schetinin2011-09-081-1/+9
* * add AcceptCharset and AcceptLanguage subclasses instead of branching in Acc...Sergey Schetinin2011-09-071-95/+68
* Fixed AssertionError raised by MimeAccept best_macth function whenzyegfryed2011-09-071-0/+3
* refactor some special-method tests, drop someSergey Schetinin2011-06-301-6/+2
* fix accept matching tests to test via the public APISergey Schetinin2011-06-301-16/+11
* * fix accept matching for types that UA assigned zero-quality (see https://bi...Sergey Schetinin2011-04-101-0/+6
* convert acceptparse test to saner nose testsSergey Schetinin2011-04-101-384/+336
* This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...Sergey Schetinin2011-03-221-0/+387