From 691a35e0546dbd763dd51657b1a3816a3c40e094 Mon Sep 17 00:00:00 2001 From: robot-piglet <robot-piglet@yandex-team.com> Date: Wed, 18 Dec 2024 10:16:08 +0300 Subject: Intermediate changes commit_hash:1a5e9f4585838729a12fdcba5306caddb2c0c7ac --- contrib/python/numpy/py3/tests/random/ya.make | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 contrib/python/numpy/py3/tests/random/ya.make (limited to 'contrib/python/numpy/py3/tests/random') diff --git a/contrib/python/numpy/py3/tests/random/ya.make b/contrib/python/numpy/py3/tests/random/ya.make new file mode 100644 index 0000000000..526a2f38e3 --- /dev/null +++ b/contrib/python/numpy/py3/tests/random/ya.make @@ -0,0 +1,30 @@ +PY3TEST() + +PEERDIR( + contrib/python/numpy/py3/tests +) + +DATA( + arcadia/contrib/python/numpy/py3/numpy +) + +NO_LINT() + +SRCDIR(contrib/python/numpy/py3) + +TEST_SRCS( + numpy/random/tests/__init__.py + numpy/random/tests/data/__init__.py + numpy/random/tests/test_direct.py + numpy/random/tests/test_extending.py + numpy/random/tests/test_generator_mt19937.py + numpy/random/tests/test_generator_mt19937_regressions.py + numpy/random/tests/test_random.py + numpy/random/tests/test_randomstate.py + numpy/random/tests/test_randomstate_regression.py + numpy/random/tests/test_regression.py + numpy/random/tests/test_seed_sequence.py + numpy/random/tests/test_smoke.py +) + +END() -- cgit v1.2.3