dsdb: reset schema->{classes,attributes}_to_remove_size to 0
[Samba/gebeck_regimport.git] / lib / testtools / testtools / utils.py
blob0f39d8f5b6ea61bae5f8fec59ad46dc906b7d02b
1 # Copyright (c) 2008-2010 testtools developers. See LICENSE for details.
3 """Utilities for dealing with stuff in unittest.
5 Legacy - deprecated - use testtools.testsuite.iterate_tests
6 """
8 import warnings
9 warnings.warn("Please import iterate_tests from testtools.testsuite - "
10 "testtools.utils is deprecated.", DeprecationWarning, stacklevel=2)
12 from testtools.testsuite import iterate_tests