lp://staging/~andrew-svetlov/+junk/mocker-python3

Created by Andrew Svetlov and last modified
Get this branch:
bzr branch lp://staging/~andrew-svetlov/+junk/mocker-python3
Only Andrew Svetlov can upload to this branch. If you are Andrew Svetlov please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Andrew Svetlov
Status:
Development

Recent revisions

69. By Andrew Svetlov

add python3 support

68. By Gustavo Niemeyer

mocker.call() now supports a with_object argument. If True, the called
function will receive the patched or proxied object so that its state
may be used or verified in checks.

67. By Gustavo Niemeyer

Fixed duplicated line in NEWS file.

66. By Gustavo Niemeyer

Setting version and date in NEWS file.

65. By Gustavo Niemeyer

Preparing to release version 1.0!

64. By Gustavo Niemeyer

MockerTestCase.assertRaises() will now return the exception raised,
allowing further inspection of the raised exception (implemented by
Thomas Hervé) (#299930).

63. By Gustavo Niemeyer

Fixed support for MockerTestCase.addCleanup() in Python 2.3,
by Anders F Björklund (#528657).

62. By Gustavo Niemeyer

Unwrap bound methods on replace() and proxy(), as suggested
by James Henstridge (#270782).

61. By Gustavo Niemeyer

Use the more reliable expect() automatically with MockerTestCase.

60. By Gustavo Niemeyer

Implemented Expect helper, which allows creating a new expect()
"function" with an explicitly provided Mocker instance. This
helps in cases where the expression can't result in a Mock
instance (e.g. expect(iter(mock))) (#196388).

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers