Searched defs:ne_pairs (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/ | ||
H A D | test_suite.py | 35 ne_pairs = [(unittest2.TestSuite(), _mk_TestSuite('test_1')), variable in Test_TestSuite |
H A D | test_case.py | 202 ne_pairs = [(Test.Foo('test1'), Test.Foo('runTest')), variable in Test_TestCase |