aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/py3/tests/ma/ya.make
blob: 17ec71d8faddced0d29b065ede451de521c766da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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()