summaryrefslogtreecommitdiff
path: root/machineout.py
Commit message (Expand)AuthorAge
* Stop walking up the traceback as soon as possible.Vincent Driessen2010-08-04
* Changed the implementation of the stack frame selector.Vincent Driessen2010-08-04
* Allow users to extend unittest.TestCase.Vincent Driessen2010-07-30
* Remove the file/method line from the machine output.Vincent Driessen2010-07-27
* Remove add_options method, since the variable it stores isn't used anywhere.Vincent Driessen2010-07-27
* PEP8ify more and removed unused "import re".Vincent Driessen2010-07-27
* Removing more unused doctests stuff. Making internal methods protected.Mike Crute2010-07-26
* Basic cleanup, removing unused code, re-organizing for clarity.Mike Crute2010-07-26
* Removing doctests support since I don't really like doctests.Mike Crute2010-07-26
* Pedantic PEP8 cleanup.Mike Crute2010-07-26
* Applying stack-frame selection patch from @nvieMike Crute2010-07-26
* Removed extra parameters from addError() and addFailure()Maciek Starzyk2010-01-02
* Initial importMike Crute2009-11-03