llvm-project/lldb/test/unittest2/test
Johnny Chen 73258830f3 o Added unittest2 which has added the new features in unittest for Python 2.7
backported to Python 2.3+.  Some of the features desired include better
  verbose reporting in unittest2.TextTestRunner and decorator support for
  skipping tests and expected failures.

  http://pypi.python.org/pypi/unittest2

o Modified the existing .py tests to use unittest2 and decorated
  TestSTL.test_step_into_stl(), which is known to always fail currently, with
  @unittest2.expectedFailure.

llvm-svn: 110397
2010-08-05 23:42:46 +00:00
..
__init__.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
dummy.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
support.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
test_assertions.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
test_break.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
test_case.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
test_discovery.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
test_functiontestcase.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
test_loader.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
test_new_tests.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
test_program.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
test_result.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
test_runner.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
test_setups.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
test_skipping.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
test_suite.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
test_unittest2_with.py o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00