summaryrefslogtreecommitdiff
path: root/tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Bypassing TCP sockopts for Unix sockets, fixing Unix teardowns.Josh Marshall2021-03-301-3/+7
|
* Removing format string so 3.5 is supported.Josh Marshall2021-03-301-1/+1
|
* Removing Python 2 fallbacks, tweaking test runners, fixing flake8 errors.Josh Marshall2021-03-301-29/+42
|
* Adding history configuration.truncate-historyJoshua Marshall2015-12-141-0/+64
| | | | | | Truncating request and response history to 20 entries by default, allowing history.size to specify a discrete number of entries (positive), unlimited entries (less than 0), or no history (zero).
* Add a test that relies on _Method's immutabilityefokschaner2015-10-081-31/+43
|
* Making port in tests dynamic.travis-and-pipJoshua Marshall2015-10-081-17/+17
|
* Fixing assert contexts for <= 2.6 / unittest2Joshua Marshall2015-10-051-8/+9
|
* Adding unittest2 for Python <= 2.6Joshua Marshall2015-10-051-1/+7
|
* Initial travis integration, cleanups for running tests.Joshua Marshall2015-10-051-112/+116
|
* Added minimal discovery for whether unix sockets are supported, and ↵Josh Marshall2011-02-261-10/+59
| | | | prevented access if they are missing.
* Add test cases for Unix socketsQuentin Smith2011-01-231-0/+12
|
* Allow Unix socket unit testingQuentin Smith2011-01-231-4/+5
|
* Setting fcntl to None if not importable, adding tests module, updating ↵Josh Marshall2010-10-261-0/+394
README to markdown.