summaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/py3/tests
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2023-11-17 02:01:41 +0300
committerrobot-piglet <[email protected]>2023-11-17 02:24:06 +0300
commit32b5c7f0dc79d7273495e0c99ca3d740c6bd3692 (patch)
tree1225a585712c8d065a35bb3ab99e1e71e34aff4c /contrib/python/numpy/py3/tests
parente41b57c58ab010e277155bc6dcf13c56f26cb606 (diff)
Intermediate changes
Diffstat (limited to 'contrib/python/numpy/py3/tests')
-rw-r--r--contrib/python/numpy/py3/tests/ya.make438
1 files changed, 221 insertions, 217 deletions
diff --git a/contrib/python/numpy/py3/tests/ya.make b/contrib/python/numpy/py3/tests/ya.make
index 7750eb421ce..c279671d9e3 100644
--- a/contrib/python/numpy/py3/tests/ya.make
+++ b/contrib/python/numpy/py3/tests/ya.make
@@ -1,239 +1,243 @@
PY3TEST()
+REQUIREMENTS(
+ cpu:4
+ ram:25
+)
+
SIZE(MEDIUM)
+FORK_TESTS()
+
PEERDIR(
contrib/python/numpy
contrib/python/hypothesis
contrib/python/typing-extensions
+ contrib/python/pytz
)
DATA(
arcadia/contrib/python/numpy/py3/numpy
)
-FORK_TESTS()
+NO_LINT()
SRCDIR(
- contrib/python/numpy/py3/numpy
+ contrib/python/numpy/py3
)
TEST_SRCS(
- array_api/tests/__init__.py
- array_api/tests/test_array_object.py
- array_api/tests/test_creation_functions.py
- array_api/tests/test_data_type_functions.py
- array_api/tests/test_elementwise_functions.py
- array_api/tests/test_indexing_functions.py
- array_api/tests/test_manipulation_functions.py
- array_api/tests/test_set_functions.py
- array_api/tests/test_sorting_functions.py
- array_api/tests/test_validation.py
- compat/tests/__init__.py
- compat/tests/test_compat.py
- conftest.py
- core/tests/__init__.py
- core/tests/_locales.py
- core/tests/test__exceptions.py
- core/tests/test_abc.py
- core/tests/test_api.py
- core/tests/test_argparse.py
- core/tests/test_array_coercion.py
- #core/tests/test_array_interface.py
- core/tests/test_arraymethod.py
- core/tests/test_arrayprint.py
- core/tests/test_casting_floatingpoint_errors.py
- core/tests/test_casting_unittests.py
- core/tests/test_conversion_utils.py
- core/tests/test_cpu_dispatcher.py
- core/tests/test_cpu_features.py
- core/tests/test_custom_dtypes.py
- core/tests/test_cython.py
- core/tests/test_datetime.py
- core/tests/test_defchararray.py
- core/tests/test_deprecations.py
- core/tests/test_dlpack.py
- core/tests/test_dtype.py
- core/tests/test_einsum.py
- core/tests/test_errstate.py
- core/tests/test_extint128.py
- core/tests/test_function_base.py
- core/tests/test_getlimits.py
- core/tests/test_half.py
- core/tests/test_hashtable.py
- core/tests/test_indexerrors.py
- core/tests/test_indexing.py
- core/tests/test_item_selection.py
- core/tests/test_limited_api.py
- core/tests/test_longdouble.py
- core/tests/test_machar.py
- core/tests/test_mem_overlap.py
- #core/tests/test_mem_policy.py
- core/tests/test_memmap.py
- core/tests/test_multiarray.py
- core/tests/test_nditer.py
- core/tests/test_nep50_promotions.py
- core/tests/test_numeric.py
- core/tests/test_numerictypes.py
- core/tests/test_overrides.py
- core/tests/test_print.py
- core/tests/test_protocols.py
- core/tests/test_records.py
- core/tests/test_regression.py
- core/tests/test_scalar_ctors.py
- core/tests/test_scalar_methods.py
- core/tests/test_scalarbuffer.py
- core/tests/test_scalarinherit.py
- core/tests/test_scalarmath.py
- core/tests/test_scalarprint.py
- core/tests/test_shape_base.py
- core/tests/test_simd.py
- core/tests/test_simd_module.py
- core/tests/test_strings.py
- core/tests/test_ufunc.py
- core/tests/test_umath.py
- core/tests/test_umath_accuracy.py
- core/tests/test_umath_complex.py
- core/tests/test_unicode.py
- #distutils/tests/__init__.py
- #distutils/tests/test_build_ext.py
- #distutils/tests/test_ccompiler_opt.py
- #distutils/tests/test_ccompiler_opt_conf.py
- #distutils/tests/test_exec_command.py
- #distutils/tests/test_fcompiler.py
- #distutils/tests/test_fcompiler_gnu.py
- #distutils/tests/test_fcompiler_intel.py
- #distutils/tests/test_fcompiler_nagfor.py
- #distutils/tests/test_from_template.py
- #distutils/tests/test_log.py
- #distutils/tests/test_mingw32ccompiler.py
- #distutils/tests/test_misc_util.py
- #distutils/tests/test_npy_pkg_config.py
- #distutils/tests/test_shell_utils.py
- #distutils/tests/test_system_info.py
- #f2py/tests/__init__.py
- #f2py/tests/test_abstract_interface.py
- #f2py/tests/test_array_from_pyobj.py
- #f2py/tests/test_assumed_shape.py
- #f2py/tests/test_block_docstring.py
- #f2py/tests/test_callback.py
- #f2py/tests/test_character.py
- #f2py/tests/test_common.py
- #f2py/tests/test_compile_function.py
- #f2py/tests/test_crackfortran.py
- #f2py/tests/test_docs.py
- #f2py/tests/test_f2cmap.py
- #f2py/tests/test_f2py2e.py
- #f2py/tests/test_kind.py
- #f2py/tests/test_mixed.py
- #f2py/tests/test_module_doc.py
- #f2py/tests/test_parameter.py
- #f2py/tests/test_quoted_character.py
- #f2py/tests/test_regression.py
- #f2py/tests/test_return_character.py
- #f2py/tests/test_return_complex.py
- #f2py/tests/test_return_integer.py
- #f2py/tests/test_return_logical.py
- #f2py/tests/test_return_real.py
- #f2py/tests/test_semicolon_split.py
- #f2py/tests/test_size.py
- #f2py/tests/test_string.py
- #f2py/tests/test_symbolic.py
- #f2py/tests/test_value_attrspec.py
- #f2py/tests/util.py
- fft/tests/__init__.py
- fft/tests/test_helper.py
- fft/tests/test_pocketfft.py
- lib/tests/__init__.py
- lib/tests/test__datasource.py
- lib/tests/test__iotools.py
- lib/tests/test__version.py
- lib/tests/test_arraypad.py
- lib/tests/test_arraysetops.py
- lib/tests/test_arrayterator.py
- lib/tests/test_financial_expired.py
- lib/tests/test_format.py
- lib/tests/test_function_base.py
- lib/tests/test_histograms.py
- lib/tests/test_index_tricks.py
- lib/tests/test_io.py
- lib/tests/test_loadtxt.py
- lib/tests/test_mixins.py
- lib/tests/test_nanfunctions.py
- lib/tests/test_packbits.py
- lib/tests/test_polynomial.py
- lib/tests/test_recfunctions.py
- lib/tests/test_regression.py
- lib/tests/test_shape_base.py
- lib/tests/test_stride_tricks.py
- lib/tests/test_twodim_base.py
- lib/tests/test_type_check.py
- lib/tests/test_ufunclike.py
- lib/tests/test_utils.py
- linalg/tests/__init__.py
- linalg/tests/test_deprecations.py
- linalg/tests/test_linalg.py
- linalg/tests/test_regression.py
- ma/tests/__init__.py
- ma/tests/test_core.py
- ma/tests/test_deprecations.py
- ma/tests/test_extras.py
- ma/tests/test_mrecords.py
- ma/tests/test_old_ma.py
- ma/tests/test_regression.py
- ma/tests/test_subclassing.py
- matrixlib/tests/__init__.py
- matrixlib/tests/test_defmatrix.py
- matrixlib/tests/test_interaction.py
- matrixlib/tests/test_masked_matrix.py
- matrixlib/tests/test_matrix_linalg.py
- matrixlib/tests/test_multiarray.py
- matrixlib/tests/test_numeric.py
- matrixlib/tests/test_regression.py
- polynomial/tests/__init__.py
- polynomial/tests/test_chebyshev.py
- polynomial/tests/test_classes.py
- polynomial/tests/test_hermite.py
- polynomial/tests/test_hermite_e.py
- polynomial/tests/test_laguerre.py
- polynomial/tests/test_legendre.py
- polynomial/tests/test_polynomial.py
- polynomial/tests/test_polyutils.py
- polynomial/tests/test_printing.py
- polynomial/tests/test_symbol.py
- random/tests/__init__.py
- random/tests/data/__init__.py
- random/tests/test_direct.py
- random/tests/test_extending.py
- random/tests/test_generator_mt19937.py
- random/tests/test_generator_mt19937_regressions.py
- random/tests/test_random.py
- random/tests/test_randomstate.py
- random/tests/test_randomstate_regression.py
- random/tests/test_regression.py
- random/tests/test_seed_sequence.py
- random/tests/test_smoke.py
- testing/tests/__init__.py
- testing/tests/test_utils.py
- tests/__init__.py
- tests/test__all__.py
- #tests/test_ctypeslib.py
- tests/test_lazyloading.py
- tests/test_matlib.py
- tests/test_numpy_config.py
- tests/test_numpy_version.py
- tests/test_public_api.py
- tests/test_reloading.py
- #tests/test_scripts.py
- tests/test_warnings.py
- typing/tests/__init__.py
- #typing/tests/test_isfile.py
- #typing/tests/test_runtime.py
- typing/tests/test_typing.py
+ numpy/array_api/tests/__init__.py
+ numpy/array_api/tests/test_array_object.py
+ numpy/array_api/tests/test_creation_functions.py
+ numpy/array_api/tests/test_data_type_functions.py
+ numpy/array_api/tests/test_elementwise_functions.py
+ numpy/array_api/tests/test_indexing_functions.py
+ numpy/array_api/tests/test_manipulation_functions.py
+ numpy/array_api/tests/test_set_functions.py
+ numpy/array_api/tests/test_sorting_functions.py
+ numpy/array_api/tests/test_validation.py
+ numpy/compat/tests/__init__.py
+ numpy/compat/tests/test_compat.py
+ numpy/conftest.py
+ numpy/core/tests/__init__.py
+ numpy/core/tests/_locales.py
+ numpy/core/tests/test__exceptions.py
+ numpy/core/tests/test_abc.py
+ numpy/core/tests/test_api.py
+ numpy/core/tests/test_argparse.py
+ numpy/core/tests/test_array_coercion.py
+ #numpy/core/tests/test_array_interface.py
+ numpy/core/tests/test_arraymethod.py
+ numpy/core/tests/test_arrayprint.py
+ numpy/core/tests/test_casting_floatingpoint_errors.py
+ numpy/core/tests/test_casting_unittests.py
+ numpy/core/tests/test_conversion_utils.py
+ numpy/core/tests/test_cpu_dispatcher.py
+ numpy/core/tests/test_cpu_features.py
+ numpy/core/tests/test_custom_dtypes.py
+ numpy/core/tests/test_cython.py
+ numpy/core/tests/test_datetime.py
+ numpy/core/tests/test_defchararray.py
+ numpy/core/tests/test_deprecations.py
+ numpy/core/tests/test_dlpack.py
+ numpy/core/tests/test_dtype.py
+ numpy/core/tests/test_einsum.py
+ numpy/core/tests/test_errstate.py
+ numpy/core/tests/test_extint128.py
+ numpy/core/tests/test_function_base.py
+ numpy/core/tests/test_getlimits.py
+ numpy/core/tests/test_half.py
+ numpy/core/tests/test_hashtable.py
+ numpy/core/tests/test_indexerrors.py
+ numpy/core/tests/test_indexing.py
+ numpy/core/tests/test_item_selection.py
+ numpy/core/tests/test_limited_api.py
+ numpy/core/tests/test_longdouble.py
+ numpy/core/tests/test_machar.py
+ numpy/core/tests/test_mem_overlap.py
+ #numpy/core/tests/test_mem_policy.py
+ numpy/core/tests/test_memmap.py
+ numpy/core/tests/test_multiarray.py
+ numpy/core/tests/test_nditer.py
+ numpy/core/tests/test_nep50_promotions.py
+ numpy/core/tests/test_numeric.py
+ numpy/core/tests/test_numerictypes.py
+ numpy/core/tests/test_overrides.py
+ numpy/core/tests/test_print.py
+ numpy/core/tests/test_protocols.py
+ numpy/core/tests/test_records.py
+ numpy/core/tests/test_regression.py
+ numpy/core/tests/test_scalar_ctors.py
+ numpy/core/tests/test_scalar_methods.py
+ numpy/core/tests/test_scalarbuffer.py
+ numpy/core/tests/test_scalarinherit.py
+ numpy/core/tests/test_scalarmath.py
+ numpy/core/tests/test_scalarprint.py
+ numpy/core/tests/test_shape_base.py
+ numpy/core/tests/test_simd.py
+ numpy/core/tests/test_simd_module.py
+ numpy/core/tests/test_strings.py
+ numpy/core/tests/test_ufunc.py
+ numpy/core/tests/test_umath.py
+ numpy/core/tests/test_umath_accuracy.py
+ numpy/core/tests/test_umath_complex.py
+ numpy/core/tests/test_unicode.py
+ #numpy/distutils/tests/__init__.py
+ #numpy/distutils/tests/test_build_ext.py
+ #numpy/distutils/tests/test_ccompiler_opt.py
+ #numpy/distutils/tests/test_ccompiler_opt_conf.py
+ #numpy/distutils/tests/test_exec_command.py
+ #numpy/distutils/tests/test_fcompiler.py
+ #numpy/distutils/tests/test_fcompiler_gnu.py
+ #numpy/distutils/tests/test_fcompiler_intel.py
+ #numpy/distutils/tests/test_fcompiler_nagfor.py
+ #numpy/distutils/tests/test_from_template.py
+ #numpy/distutils/tests/test_log.py
+ #numpy/distutils/tests/test_mingw32ccompiler.py
+ #numpy/distutils/tests/test_misc_util.py
+ #numpy/distutils/tests/test_npy_pkg_config.py
+ #numpy/distutils/tests/test_shell_utils.py
+ #numpy/distutils/tests/test_system_info.py
+ #numpy/f2py/tests/__init__.py
+ #numpy/f2py/tests/test_abstract_interface.py
+ #numpy/f2py/tests/test_array_from_pyobj.py
+ #numpy/f2py/tests/test_assumed_shape.py
+ #numpy/f2py/tests/test_block_docstring.py
+ #numpy/f2py/tests/test_callback.py
+ #numpy/f2py/tests/test_character.py
+ #numpy/f2py/tests/test_common.py
+ #numpy/f2py/tests/test_compile_function.py
+ #numpy/f2py/tests/test_crackfortran.py
+ #numpy/f2py/tests/test_docs.py
+ #numpy/f2py/tests/test_f2cmap.py
+ #numpy/f2py/tests/test_f2py2e.py
+ #numpy/f2py/tests/test_kind.py
+ #numpy/f2py/tests/test_mixed.py
+ #numpy/f2py/tests/test_module_doc.py
+ #numpy/f2py/tests/test_parameter.py
+ #numpy/f2py/tests/test_quoted_character.py
+ #numpy/f2py/tests/test_regression.py
+ #numpy/f2py/tests/test_return_character.py
+ #numpy/f2py/tests/test_return_complex.py
+ #numpy/f2py/tests/test_return_integer.py
+ #numpy/f2py/tests/test_return_logical.py
+ #numpy/f2py/tests/test_return_real.py
+ #numpy/f2py/tests/test_semicolon_split.py
+ #numpy/f2py/tests/test_size.py
+ #numpy/f2py/tests/test_string.py
+ #numpy/f2py/tests/test_symbolic.py
+ #numpy/f2py/tests/test_value_attrspec.py
+ #numpy/f2py/tests/util.py
+ numpy/fft/tests/__init__.py
+ numpy/fft/tests/test_helper.py
+ numpy/fft/tests/test_pocketfft.py
+ 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
+ numpy/linalg/tests/__init__.py
+ numpy/linalg/tests/test_deprecations.py
+ numpy/linalg/tests/test_linalg.py
+ numpy/linalg/tests/test_regression.py
+ 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
+ numpy/matrixlib/tests/__init__.py
+ numpy/matrixlib/tests/test_defmatrix.py
+ numpy/matrixlib/tests/test_interaction.py
+ numpy/matrixlib/tests/test_masked_matrix.py
+ numpy/matrixlib/tests/test_matrix_linalg.py
+ numpy/matrixlib/tests/test_multiarray.py
+ numpy/matrixlib/tests/test_numeric.py
+ numpy/matrixlib/tests/test_regression.py
+ numpy/polynomial/tests/__init__.py
+ numpy/polynomial/tests/test_chebyshev.py
+ numpy/polynomial/tests/test_classes.py
+ numpy/polynomial/tests/test_hermite.py
+ numpy/polynomial/tests/test_hermite_e.py
+ numpy/polynomial/tests/test_laguerre.py
+ numpy/polynomial/tests/test_legendre.py
+ numpy/polynomial/tests/test_polynomial.py
+ numpy/polynomial/tests/test_polyutils.py
+ numpy/polynomial/tests/test_printing.py
+ numpy/polynomial/tests/test_symbol.py
+ 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
+ numpy/testing/tests/__init__.py
+ numpy/testing/tests/test_utils.py
+ numpy/tests/__init__.py
+ numpy/tests/test__all__.py
+ #numpy/tests/test_ctypeslib.py
+ numpy/tests/test_lazyloading.py
+ numpy/tests/test_matlib.py
+ numpy/tests/test_numpy_config.py
+ numpy/tests/test_numpy_version.py
+ numpy/tests/test_public_api.py
+ numpy/tests/test_reloading.py
+ #numpy/tests/test_scripts.py
+ numpy/tests/test_warnings.py
+ numpy/typing/tests/__init__.py
+ #numpy/typing/tests/test_isfile.py
+ #numpy/typing/tests/test_runtime.py
+ numpy/typing/tests/test_typing.py
)
-NO_LINT()
-
-REQUIREMENTS(ram:25)
-
END()