aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/py3/tests/ma
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/numpy/py3/tests/ma')
-rw-r--r--contrib/python/numpy/py3/tests/ma/ya.make26
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 0000000000..17ec71d8fa
--- /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()