mirror of
https://github.com/bvanroll/college-python-image.git
synced 2025-09-01 13:32:47 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
"""
|
||||
Back compatibility utils module. It will import the appropriate
|
||||
set of tools
|
||||
|
||||
"""
|
||||
__all__ = [
|
||||
'assert_equal', 'assert_almost_equal', 'assert_approx_equal',
|
||||
'assert_array_equal', 'assert_array_less', 'assert_string_equal',
|
||||
'assert_array_almost_equal', 'assert_raises', 'build_err_msg',
|
||||
'decorate_methods', 'jiffies', 'memusage', 'print_assert_equal',
|
||||
'raises', 'rand', 'rundocs', 'runstring', 'verbose', 'measure',
|
||||
'assert_', 'assert_array_almost_equal_nulp', 'assert_raises_regex',
|
||||
'assert_array_max_ulp', 'assert_warns', 'assert_no_warnings',
|
||||
'assert_allclose', 'IgnoreException', 'clear_and_catch_warnings',
|
||||
'SkipTest', 'KnownFailureException', 'temppath', 'tempdir', 'IS_PYPY',
|
||||
'HAS_REFCOUNT', 'suppress_warnings', 'assert_array_compare',
|
||||
'_assert_valid_refcount', '_gen_alignment_data',
|
||||
]
|
||||
|
||||
from .nose_tools.utils import *
|
Reference in New Issue
Block a user