blob: 159a8387e4e97d408e537bd106c4192a41b4527b [file] [log] [blame]
import unittest
from test.support.warnings_helper import check_warnings
with check_warnings(("", PendingDeprecationWarning)):
from lib2to3.tests import load_tests
if __name__ == '__main__':
unittest.main()