diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-12-18 10:16:08 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-12-18 10:29:14 +0300 |
commit | 691a35e0546dbd763dd51657b1a3816a3c40e094 (patch) | |
tree | 651c5813885adb4fa8993f44b364a0a7a148e7ad /contrib/python/numpy/py3/tests/lib | |
parent | 72b6bf1f88ac4ec4ed2adf6dda915278c5d2b924 (diff) | |
download | ydb-691a35e0546dbd763dd51657b1a3816a3c40e094.tar.gz |
Intermediate changes
commit_hash:1a5e9f4585838729a12fdcba5306caddb2c0c7ac
Diffstat (limited to 'contrib/python/numpy/py3/tests/lib')
-rw-r--r-- | contrib/python/numpy/py3/tests/lib/ya.make | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/contrib/python/numpy/py3/tests/lib/ya.make b/contrib/python/numpy/py3/tests/lib/ya.make new file mode 100644 index 0000000000..bac5e34f1a --- /dev/null +++ b/contrib/python/numpy/py3/tests/lib/ya.make @@ -0,0 +1,48 @@ +PY3TEST() + +SIZE(MEDIUM) + +FORK_SUBTESTS() + +PEERDIR( + contrib/python/numpy/py3/tests +) + +DATA( + arcadia/contrib/python/numpy/py3/numpy +) + +NO_LINT() + +SRCDIR(contrib/python/numpy/py3) + +TEST_SRCS( + numpy/lib/tests/__init__.py + numpy/lib/tests/test__datasource.py + numpy/lib/tests/test__iotools.py + numpy/lib/tests/test__version.py + numpy/lib/tests/test_arraypad.py + numpy/lib/tests/test_arraysetops.py + numpy/lib/tests/test_arrayterator.py + numpy/lib/tests/test_financial_expired.py + numpy/lib/tests/test_format.py + numpy/lib/tests/test_function_base.py + numpy/lib/tests/test_histograms.py + numpy/lib/tests/test_index_tricks.py + numpy/lib/tests/test_io.py + numpy/lib/tests/test_loadtxt.py + numpy/lib/tests/test_mixins.py + numpy/lib/tests/test_nanfunctions.py + numpy/lib/tests/test_packbits.py + numpy/lib/tests/test_polynomial.py + numpy/lib/tests/test_recfunctions.py + numpy/lib/tests/test_regression.py + numpy/lib/tests/test_shape_base.py + numpy/lib/tests/test_stride_tricks.py + numpy/lib/tests/test_twodim_base.py + numpy/lib/tests/test_type_check.py + numpy/lib/tests/test_ufunclike.py + numpy/lib/tests/test_utils.py +) + +END() |