IPython Documentation

Table Of Contents

Previous topic

Module: testing.mkdoctests

Next topic

Module: testing.nosepatch

This Page

Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release (0.13.2).

Module: testing.nose_assert_methods

Add some assert methods to nose.tools. These were added in Python 2.7/3.1, so once we stop testing on Python 2.6, this file can be removed.

4 Functions

IPython.testing.nose_assert_methods.assert_in(item, collection)
IPython.testing.nose_assert_methods.assert_not_in(item, collection)
IPython.testing.nose_assert_methods.assert_is_none(obj)
IPython.testing.nose_assert_methods.assert_is_not_none(obj)