IPython Documentation

Table Of Contents

Previous topic

Module: testing.mkdoctests

Next topic

Module: testing.nosepatch

This Page

Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

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)