lp:~andrew-svetlov/mocker/python3

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

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andrew Svetlov
Project:
Mocker
Status:
Development

Recent revisions

74. By Andrew Svetlov

python3

73. By Gustavo Niemeyer

Introduced the more natural reading assertIsNotInstance().

72. By Gustavo Niemeyer

Added assertRaisesRegexp() to MockerTestCase. It works similarly to
the version in Python 2.7 and 3.2, except it will also return the error
found. It also works as a context manager for with: statements.

71. By Gustavo Niemeyer

- Implemented support for assertRaises() as a context manager, as in
  Python 2.7 and 3.2.
- Implemented assertIsInstance() and assertIsNotInstance() as well.
- Updated NEWS file.

70. By Gustavo Niemeyer

Tasks now have a may_run_user_code() method, which is used for tasks which
can potentially run unknown code or throw unknown exceptions. This is used
by the Event.run() method to prevent running unknown logic when the event
as a whole is already known to have failed.

69. By Gustavo Niemeyer

Minor cleanups in the test suite.

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!

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~niemeyer/mocker/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers