IPython Documentation

Table Of Contents

Previous topic

testing.mkdoctests

Next topic

testing.nosepatch

This Page

testing.nose_assert_methods

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.

Functions

IPython.testing.nose_assert_methods.assert_in(item, collection)
IPython.testing.nose_assert_methods.assert_not_in(item, collection)