#8360: skipTest was added in 2.7.

This commit is contained in:
Georg Brandl 2010-04-10 11:15:24 +00:00
parent a1d61d0495
commit 90aae551b1
1 changed files with 2 additions and 0 deletions

View File

@ -733,6 +733,8 @@ Test cases
Calling this during the a test method or :meth:`setUp` skips the current
test. See :ref:`unittest-skipping` for more information.
.. versionadded:: 2.7
.. method:: debug()