diff options
author | robot-piglet <[email protected]> | 2024-12-18 10:16:08 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2024-12-18 10:29:14 +0300 |
commit | 691a35e0546dbd763dd51657b1a3816a3c40e094 (patch) | |
tree | 651c5813885adb4fa8993f44b364a0a7a148e7ad /contrib/python/numpy/py3/tests/ma | |
parent | 72b6bf1f88ac4ec4ed2adf6dda915278c5d2b924 (diff) |
Intermediate changes
commit_hash:1a5e9f4585838729a12fdcba5306caddb2c0c7ac
Diffstat (limited to 'contrib/python/numpy/py3/tests/ma')
-rw-r--r-- | contrib/python/numpy/py3/tests/ma/ya.make | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/contrib/python/numpy/py3/tests/ma/ya.make b/contrib/python/numpy/py3/tests/ma/ya.make new file mode 100644 index 00000000000..17ec71d8fad --- /dev/null +++ b/contrib/python/numpy/py3/tests/ma/ya.make @@ -0,0 +1,26 @@ +PY3TEST() + +SIZE(MEDIUM) + +FORK_SUBTESTS() + +PEERDIR( + contrib/python/numpy/py3/tests +) + +NO_LINT() + +SRCDIR(contrib/python/numpy/py3) + +TEST_SRCS( + numpy/ma/tests/__init__.py + numpy/ma/tests/test_core.py + numpy/ma/tests/test_deprecations.py + numpy/ma/tests/test_extras.py + numpy/ma/tests/test_mrecords.py + numpy/ma/tests/test_old_ma.py + numpy/ma/tests/test_regression.py + numpy/ma/tests/test_subclassing.py +) + +END() |