diff options
| author | vitalyisaev <[email protected]> | 2023-11-14 09:58:56 +0300 |
|---|---|---|
| committer | vitalyisaev <[email protected]> | 2023-11-14 10:20:20 +0300 |
| commit | c2b2dfd9827a400a8495e172a56343462e3ceb82 (patch) | |
| tree | cd4e4f597d01bede4c82dffeb2d780d0a9046bd0 /contrib/python/simplejson/py2/tests | |
| parent | d4ae8f119e67808cb0cf776ba6e0cf95296f2df7 (diff) | |
YQ Connector: move tests from yql to ydb (OSS)
Перенос папки с тестами на Коннектор из папки yql в папку ydb (синхронизируется с github).
Diffstat (limited to 'contrib/python/simplejson/py2/tests')
| -rw-r--r-- | contrib/python/simplejson/py2/tests/ya.make | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/contrib/python/simplejson/py2/tests/ya.make b/contrib/python/simplejson/py2/tests/ya.make new file mode 100644 index 00000000000..23e25312213 --- /dev/null +++ b/contrib/python/simplejson/py2/tests/ya.make @@ -0,0 +1,47 @@ +PY2TEST() + +PEERDIR( + contrib/python/simplejson +) + +SRCDIR( + contrib/python/simplejson/py2/simplejson/tests +) + +TEST_SRCS( + __init__.py + test_bigint_as_string.py + test_bitsize_int_as_string.py + test_check_circular.py + test_decimal.py + test_decode.py + test_default.py + test_dump.py + test_encode_basestring_ascii.py + test_encode_for_html.py + test_errors.py + test_fail.py + test_float.py + test_for_json.py + test_indent.py + test_item_sort_key.py + test_iterable.py + test_namedtuple.py + test_pass1.py + test_pass2.py + test_pass3.py + test_raw_json.py + test_recursion.py + test_scanstring.py + test_separators.py + test_speedups.py + test_str_subclass.py + test_subclass.py + # test_tool.py + test_tuple.py + test_unicode.py +) + +NO_LINT() + +END() |
