Home | History | Annotate | Download | only in test

Lines Matching refs:warntext

628         def check(code, warntext):
629 with check_py3k_warnings((warntext, DeprecationWarning)):
636 self.assertIn(warntext, str(cm.exception))