summaryrefslogtreecommitdiff
path: root/mock.py
Commit message (Expand)AuthorAgeFilesLines
* We don't need our own copy of mock any more.Ned Batchelder2012-07-111-281/+0
* Some tweaks to mock.py to get patching to work on 2.3 and 3.1, though 2.3 is ...Ned Batchelder2010-02-281-3/+13
* The best way to get py3k support: same source runs on both, with some contort...Ned Batchelder2009-09-221-1/+1
* Start using Mock to test the command-line code.Ned Batchelder2009-09-091-0/+271