aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing
Commit message (Collapse)AuthorAgeFilesLines
* Move swag from devtools/ to library/python/testing/alexv-smirnov2023-10-186-0/+506
|
* port all tests to py3zhukoff-pavel2023-10-101-5/+9
|
* Intermediate changesrobot-piglet2023-10-033-38/+0
|
* Move contrib/tools/jdk to build/platform/java/jdk/testingthegeorg2023-10-034-1/+39
|
* [library/python/testing/yatest_common/yatest/common/process] Fixed E741prettyboy2023-09-251-2/+2
|
* [library/python] Fix some style testsprettyboy2023-09-222-3/+8
| | | | см https://a.yandex-team.ru/review/4511498/details?checkId=29700000007055&dialogId=CiCard&filter=resultType%28RT_STYLE_CHECK%29%3BsuiteCategory%28CATEGORY_CHANGED%29&iterationType=FULL&number=1&openedItems=955241967903872625%3ART_STYLE_SUITE_CHECK%2C12143061788616128922%3ART_STYLE_SUITE_CHECK%2C8023375544570871616%3ART_STYLE_SUITE_CHECK%2C10700057700434354061%3ART_STYLE_SUITE_CHECK%2C10919096887128703016%3ART_STYLE_SUITE_CHECK%2C8720280302786645361%3ART_STYLE_SUITE_CHECK%2C16643406941049220442%3ART_STYLE_SUITE_CHECK%2C12501056625690179524%3ART_STYLE_SUITE_CHECK&snippetViewMode=word-wrap&status=STATUS_FAILED
* Revert commit rXXXXXX,[build/plugins/ytest] Allow prebuilt linters for ↵prettyboy2023-09-083-132/+0
| | | | opensource
* [build/plugins/ytest] Allow prebuilt linters for opensourceprettyboy2023-09-083-0/+132
| | | | | | Без этого, ydb или не сможет запускать flake8 с помощью ya make. Или к ним поедет сборка flake8. Возможно последнее и не так плохо, но сейчас предлагается пока так
* [library/python/testing/yatest_common/yatest/common/process] Limit snippet ↵prettyboy2023-09-071-1/+1
| | | | size in logs up to 64kb
* [library/python/testing/yatest_common/yatest/common/process] Reduce noise ↵prettyboy2023-09-021-0/+3
| | | | from coredump_filter
* Enable recipe to run with test env file name in the command linealexv-smirnov2023-08-232-2/+4
|
* Fix yatest.common.process stdout/stderr redirection on macOSsomov2023-08-161-1/+1
|
* Enable recipe to run with test context options in the command linealexv-smirnov2023-08-141-1/+4
| | | | It allows to start recipes outside ya make without creating a context file
* Add set_metric_value, so non-pytest tests could write metricsanterpin2023-08-031-0/+22
|
* Fix incorrect python string warningvitja2023-08-031-1/+1
| | | | | | | | вызывает вот такое вот предупреждение: ``` /home/vitja/arcadia/library/python/testing/filter/filter.py:10: DeprecationWarning: invalid escape sequence '\w' PARSE_TAG_RE = re.compile("([+-]?[\w:]*)") ```
* Prepare to update black to 23.7.0shadchin2023-07-301-2/+0
|
* Fix testsv-korovin2023-07-191-0/+2
|
* Import test great againshadchin2023-06-301-6/+9
| | | После включения pydebug mode, в выводе import_test появилось много шума из-за `DeprecationWarning` и стало сложнее увидеть падение, добавил тут игнорирование `DeprecationWarning`
* YQ Connector: support managed ClickHousevitalyisaev2023-06-292-0/+51
| | | Со стороны dqrun можно обратиться к инстансу коннектора, который работает на streaming стенде, и извлечь данные из облачного CH.
* Fix devtools/ya/test/tests/unittests (canondata processing)v-korovin2023-06-271-1/+1
|
* Fix output dir in retries caseiaz16072023-06-211-2/+6
|
* add ymake export to ydbalexv-smirnov2023-06-137-0/+112
|
* Fix filemode on stdout openilyasiluyanov2023-06-081-10/+3
| | | Set binary mode as default, use `str` (aka unicode) on demand
* rebase pr to fix ya package onto backward-compat fix for executeilyasiluyanov2023-06-071-5/+12
| | | | | | | | | | | | Use text=True as many as needed Create npm always tries to return text Use bytes in stdout assertions Remove strings py23_utils py23_canondata Try to make backward compatible solution first
* [library/python/testing/yatest_common/yatest/common/process] Wait for processprettyboy2023-06-061-0/+1
|
* [devtools/ya/test] Fixed missing diff_tool dep and use build root relative pathsprettyboy2023-05-241-0/+16
|
* Add environment set upon test launch from test.context for python testszhukoff-pavel2023-05-101-0/+12
|
* Set Popen(text=True) for py3 just for funv-korovin2023-05-041-0/+4
|
* [library/python/testing/yatest_common/yatest] Close non-user file descriptiorsprettyboy2023-04-201-2/+8
|
* add CANONIZE_DIR_LOCALLYkmokrov2023-04-101-2/+2
| | | Tests: проверял локально, собрал `ya-bin`, во время запуска подкладывал ему собранный `test_tool` с помощью флага `--test-tool-bin`
* Swith flake8 to custom lint schemasay2023-03-312-120/+0
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-288-124/+0
|
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-158-0/+124
|
* Prepare custom_lint for flake8:say2023-03-071-6/+26
| | | | | | - add lint_name, global_resource and extra_param options - add option to split lint tests in chunks (FILE_PROCESSING_TIME) - rename '--configs' option to '--config' to be consistent with other option names
* Fix import tests for pydebugspeedwagon2023-03-021-7/+11
| | | | | | | | | | | Fixed: ``` arcadia/library/python/testing/import_test/import_test.py:31: [E731] do not assign a lambda expression, use a def arcadia/library/python/testing/import_test/import_test.py:33: [E731] do not assign a lambda expression, use a def arcadia/library/python/testing/import_test/import_test.py:51: [E731] do not assign a lambda expression, use a def arcadia/library/python/testing/import_test/import_test.py:71: [E741] ambiguous variable name 'l' arcadia/library/python/testing/import_test/import_test.py:96: [E722] do not use bare 'except' arcadia/library/python/testing/import_test/import_test.py:151: [E722] do not use bare 'except' ```
* Migrate black linter on custom_lint pipelinesay2023-02-142-0/+100
|
* Fix yatest with Python 3.11shadchin2022-12-181-1/+2
|
* Bytes and string fixesv-korovin2022-12-061-2/+2
|
* Reduce duplicate in NO_CHECK_IMPORTSshadchin2022-11-171-0/+3
|
* yatest_common context file testqrort2022-11-173-12/+15
|
* More logs while recovering corev-korovin2022-11-071-0/+2
|
* FIx strict context testsiaz16072022-10-312-0/+7
|
* [library/python/testing] Fixed relaxed mode selectionprettyboy2022-10-241-4/+4
|
* [library/python/testing] Added yatest_common_standaloneprettyboy2022-10-241-3/+12
|
* Allow binary output to be modified (just a little)) before comparing it to ↵heretic2022-09-281-4/+28
| | | | | canonical add canonize data transformer
* [library/python/testing/yatest_common] Relaxed runtime methods for ↵prettyboy2022-09-258-94/+284
| | | | non-standalone runs
* Switch on inspect.getfullargspecshadchin2022-08-141-1/+6
| | | The `inspect.getargspec` function, deprecated since Python 3.0; use `inspect.signature()` or `inspect.getfullargspec()` instead.
* []: Fix test context filesiaz16072022-08-091-1/+3
|
* Remove duplicates from stable ydb configthegeorg2022-07-131-2/+2
|
* Create kesuses for rate limiting in YQgalaxycrab2022-07-083-12/+42
| | | | | | | | | Fill config in kikimr runner Create coordination nodes Pass to config Protos