summaryrefslogtreecommitdiff
path: root/tests/testsentinel.py
Commit message (Expand)AuthorAgeFilesLines
* Doc updatesMichael Foord2012-01-151-1/+1
* Update copyright yearsMichael Foord2012-01-021-1/+1
* Initial implementation of _spec_signatureMichael Foord2011-05-161-3/+6
* Changing dates in copyright noticesMichael Foord2011-02-171-1/+1
* Fix recursion problem with mock.reset_mock when a mock is its own return valueMichael Foord2011-01-231-1/+1
* all leftover whitespace cleanedkonryd2010-06-231-31/+30
* Fixing test for __all__ and removing unused imports reported by pyflakes. Add...fuzzyman2010-06-191-3/+0
* Update copyright notices in code.fuzzyman2010-06-181-1/+1
* Making the import of unittest2 from tests.supportfuzzyman2010-06-141-7/+1
* Getting rid of deprecation warning in Python 2.7 and removing some cruft from...fuzzyman2010-06-141-3/+0
* Minor changelog addition. Change all use of assertEquals to assertEqualfuzzyman2010-06-121-2/+2
* First steps towards Python 3 compatibility.fuzzyman2010-06-111-1/+6
* Use unittest2 TestCase features and remove custom testcase.fuzzyman2010-06-111-3/+4
* moved to unittest2 and marked testMagicMethodWrapping as expected failurekonryd2010-06-111-2/+2
* Typo correction.fuzzyman2010-01-041-1/+1
* Tests and docs updates.fuzzyman2010-01-031-2/+5
* Switching to using test discovery to run tests.fuzzyman2009-08-221-2/+2
* renaming test modules to be compatible with discovery.fuzzyman2009-06-221-0/+34