summaryrefslogtreecommitdiff
path: root/tests/testwith.py
Commit message (Collapse)AuthorAgeFilesLines
* Minor doc update plus whitespace removalMichael Foord2012-02-071-3/+3
|
* Enable with statement tests for Python 2.5fuzzyman2010-07-141-1/+1
|
* Adding tox config file and moving with tests to not see failures under ↵fuzzyman2010-07-121-123/+12
| | | | Python 2.4.
* all leftover whitespace cleanedkonryd2010-06-231-18/+17
|
* patch.dict(...) now works as context manager.fuzzyman2010-06-221-0/+8
|
* Fix a bug in patch.dict(...) and checkin two failing tests for new ↵fuzzyman2010-06-221-0/+5
| | | | functionality.
* Adding a test for the mocksignature argument to patchfuzzyman2010-06-191-0/+1
|
* Fixing test for __all__ and removing unused imports reported by pyflakes. ↵fuzzyman2010-06-191-3/+0
| | | | Adding a test for the mocksignature argument to patch.oject
* Update copyright notices in code.fuzzyman2010-06-181-1/+1
|
* Replace *more* assertEquals with assertEqualfuzzyman2010-06-161-8/+8
|
* regression test addedkonryd2010-06-151-0/+10
|
* 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 ↵fuzzyman2010-06-141-32/+7
| | | | from test modules.
* Changing test support code.fuzzyman2010-06-141-12/+0
|
* double patch bug fixedkonryd2010-06-131-0/+12
|
* Removing unused imports / variables reported by pyflakes and adding minor ↵fuzzyman2010-06-121-2/+2
| | | | code comments.
* moved patch_object to patch.object, deprecated previous apikonryd2010-06-121-2/+2
|
* Minor changelog addition. Change all use of assertEquals to assertEqualfuzzyman2010-06-121-14/+14
|
* Test for MagicMock as a context managerfuzzyman2010-06-111-1/+11
|
* First steps towards Python 3 compatibility.fuzzyman2010-06-111-2/+37
|
* Use unittest2 TestCase features and remove custom testcase.fuzzyman2010-06-111-3/+1
|
* moved to unittest2 and marked testMagicMethodWrapping as expected failurekonryd2010-06-111-2/+2
|
* Refactoring testsfuzzyman2010-01-041-0/+11
|
* Tests and docs updates.fuzzyman2010-01-031-1/+1
|
* Switching to using test discovery to run tests.fuzzyman2009-08-221-2/+3
|
* Migrating tests to new layoutfuzzyman2009-06-221-10/+10
|
* renaming test modules to be compatible with discovery.fuzzyman2009-06-221-0/+83