Home
last modified time | relevance | path

Searched refs:test_random (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_regrtest.py379 def test_random(self): member in ArgsTestCase
391 test_random = int(match.group(1))
400 self.assertEqual(test_random2, test_random)
Dtest_dumbdbm.py138 def test_random(self): member in DumbDBMTestCase
Dtest_bisect.py177 def test_random(self, n=25): member in TestBisect
Dtest_ssl.py179 def test_random(self): member in BasicSocketTests
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Ddct_ops_test.py137 def test_random(self, shape): member in DCTOpsTest
/external/python/cpython3/Lib/test/
Dtest_regrtest.py696 def test_random(self): member in ArgsTestCase
708 test_random = int(match.group(1))
717 self.assertEqual(test_random2, test_random)
Dtest_dbm_dumb.py180 def test_random(self): member in DumbDBMTestCase
Dtest_bisect.py154 def test_random(self, n=25): member in TestBisect
Dtest_ssl.py292 def test_random(self): member in BasicSocketTests
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dkmeans_test.py239 def test_random(self): member in KMeansTestMultiStageInit
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dkmeans_test.py271 def test_random(self): member in KMeansTestMultiStageInit
/external/python/cpython2/Misc/NEWS.d/
D2.7.7rc1.rst1243 Fixed tests in test_random that were silently skipped most of the time.
/external/python/cpython3/Misc/
DHISTORY3160 - Issue #19588: Fixed tests in test_random that were silently skipped most
6036 - Issue #17789: test_random now works with unittest test discovery.