Searched refs:unittest (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/libucl/python/tests/
H A Dcompat.py2 import unittest2 as unittest namespace
4 import unittest namespace
7 if not hasattr(unittest.TestCase, 'assertRaisesRegex'):
8 unittest.TestCase.assertRaisesRegex = unittest.TestCase.assertRaisesRegexp
H A Dtest_example.py1 from .compat import unittest namespace
51 class TestExample(unittest.TestCase):
H A Dtest_dump.py1 from .compat import unittest namespace
5 class DumpTest(unittest.TestCase):
38 @unittest.skipIf(sys.version_info[0] > 2, "Python3 uses unicode only")
H A Dtest_validation.py1 from .compat import unittest namespace
14 class ValidationTest(unittest.TestCase):
H A Dtest_load.py1 from .compat import unittest namespace
4 class LoadTest(unittest.TestCase):
/freebsd-12-stable/contrib/file/python/
H A Dtests.py3 import unittest namespace
8 class MagicTestCase(unittest.TestCase):
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp14 using namespace llvm::unittest;
36 SmallString<128> llvm::unittest::getInputFileDirectory(const char *Argv0) {
/freebsd-12-stable/tests/sys/opencrypto/
H A Dcryptotest.py40 import unittest namespace
49 raise unittest.SkipTest("Missing %s test vectors" % (base))
62 class GendCryptoTestCase(unittest.TestCase):
66 @unittest.skipIf(cname not in aesmodules, 'skipping AES-XTS on %s' % (cname))
71 @unittest.skipIf(cname not in aesmodules, 'skipping AES-CBC on %s' % (cname))
76 @unittest.skipIf(cname not in aesmodules, 'skipping AES-CCM on %s' % (cname))
84 @unittest.skipIf(cname not in aesmodules, 'skipping AES-GCM on %s' % (cname))
323 @unittest.skipIf(cname not in desmodules, 'skipping DES on %s' % (cname))
359 @unittest.skipIf(cname not in shamodules, 'skipping SHA on %s' % str(cname))
410 @unittest
[all...]
/freebsd-12-stable/lib/googletest/tests/gtest/
H A DMakefile14 GTESTS+= gtest-unittest-api_test
/freebsd-12-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py25 import unittest namespace
34 class TestCase(unittest.TestCase):
466 unittest.main()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h105 namespace unittest { namespace in namespace:llvm
107 } // namespace unittest
/freebsd-12-stable/contrib/googletest/googletest/
H A DMakefile.am69 test/gtest-unittest-api_test.cc \
100 test/googletest-break-on-failure-unittest.py \
104 test/googletest-filter-unittest.py \
106 test/googletest-list-tests-unittest.py \
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgtest_test_utils.py43 import unittest as _test_module
304 # unittest.main(). Otherwise the latter will be confused by the
/freebsd-12-stable/contrib/unbound/
H A DMakefile.in328 testbound$(EXEEXT) unittest$(EXEEXT)
334 test: unittest$(EXEEXT) testbound$(EXEEXT)
335 ./unittest$(EXEEXT)
373 unittest$(EXEEXT): $(UNITTEST_OBJ_LINK)

Completed in 188 milliseconds