Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Virtual destructor libraries | jack239 | 2023-08-14 | 1 | -0/+1 | |
| | | | | Virtual destructor in cpp library | |||||
* | Get rid of excessive PEERDIRs | thegeorg | 2023-08-03 | 1 | -4/+0 | |
| | ||||||
* | Add set_metric_value, so non-pytest tests could write metrics | anterpin | 2023-08-03 | 1 | -0/+22 | |
| | ||||||
* | Fix incorrect python string warning | vitja | 2023-08-03 | 1 | -1/+1 | |
| | | | | | | | | вызывает вот такое вот предупреждение: ``` /home/vitja/arcadia/library/python/testing/filter/filter.py:10: DeprecationWarning: invalid escape sequence '\w' PARSE_TAG_RE = re.compile("([+-]?[\w:]*)") ``` | |||||
* | Update contrib/python/pytest/py3 to 7.3.2 | robot-contrib | 2023-08-03 | 1 | -0/+1 | |
| | ||||||
* | Fix gdb shell | iaz1607 | 2023-08-01 | 1 | -0/+2 | |
| | ||||||
* | Prepare to update black to 23.7.0 | shadchin | 2023-07-30 | 1 | -2/+0 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-07-27 | 1 | -0/+2 | |
| | ||||||
* | Fix tests | v-korovin | 2023-07-19 | 1 | -0/+2 | |
| | ||||||
* | Import test great again | shadchin | 2023-06-30 | 1 | -6/+9 | |
| | | | После включения pydebug mode, в выводе import_test появилось много шума из-за `DeprecationWarning` и стало сложнее увидеть падение, добавил тут игнорирование `DeprecationWarning` | |||||
* | YQ Connector: support managed ClickHouse | vitalyisaev | 2023-06-29 | 5 | -0/+129 | |
| | | | Со стороны dqrun можно обратиться к инстансу коннектора, который работает на streaming стенде, и извлечь данные из облачного CH. | |||||
* | Fix devtools/ya/test/tests/unittests (canondata processing) | v-korovin | 2023-06-27 | 1 | -1/+1 | |
| | ||||||
* | Fix output dir in retries case | iaz1607 | 2023-06-21 | 1 | -2/+6 | |
| | ||||||
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 39 | -0/+512 | |
| | ||||||
* | Fix filemode on stdout open | ilyasiluyanov | 2023-06-08 | 1 | -10/+3 | |
| | | | Set binary mode as default, use `str` (aka unicode) on demand | |||||
* | rebase pr to fix ya package onto backward-compat fix for execute | ilyasiluyanov | 2023-06-07 | 1 | -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 process | prettyboy | 2023-06-06 | 1 | -0/+1 | |
| | ||||||
* | Revert commit rXXXXXX (Preserve tests order when splitting by chunks) | somov | 2023-05-24 | 1 | -17/+2 | |
| | ||||||
* | [devtools/ya/test] Fixed missing diff_tool dep and use build root relative paths | prettyboy | 2023-05-24 | 1 | -0/+16 | |
| | ||||||
* | Preserve tests order when splitting by chunks | somov | 2023-05-23 | 1 | -2/+17 | |
| | ||||||
* | Fix some deprecation warnings | somov | 2023-05-18 | 1 | -1/+4 | |
| | ||||||
* | Add environment set upon test launch from test.context for python tests | zhukoff-pavel | 2023-05-10 | 1 | -0/+12 | |
| | ||||||
* | Set Popen(text=True) for py3 just for fun | v-korovin | 2023-05-04 | 1 | -0/+4 | |
| | ||||||
* | [library/python/testing/yatest_common/yatest] Close non-user file descriptiors | prettyboy | 2023-04-20 | 1 | -2/+8 | |
| | ||||||
* | add CANONIZE_DIR_LOCALLY | kmokrov | 2023-04-10 | 1 | -2/+2 | |
| | | | Tests: проверял локально, собрал `ya-bin`, во время запуска подкладывал ему собранный `test_tool` с помощью флага `--test-tool-bin` | |||||
* | [logos] Reworked graph generator, added ya.make owners | mvel | 2023-04-05 | 1 | -0/+14 | |
| | | | | | | | 1) выкидываем хрупкие mock-и, заменяем их на более понятный интерфейс командной строки 2) Это даёт дополнительную гибкость: можем брать шаблоны откуда хотим, генерировать выхлоп куда хотим (а не только под себя) 3) в библиотечные функции добавляем полезнейшие `read_text` и `write_text`, потому что ну сколько ж можно 4) канонический выхлоп делаем одним файлом: во-первых это быстрее, во-вторых нет шансов пропустить какой-то новый генерируемый файл 5) костыли с .input-ами выкинул, оставил только `_` для ya.make-ов, чтоб на них не ругалась система сборки. Это даёт возможность почти везде не ломать подсветку синтаксиса в `ut/input`, да и поддерживать проще: скопировал туда файл и всё. | |||||
* | Swith flake8 to custom lint schema | say | 2023-03-31 | 15 | -1316/+0 | |
| | ||||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 47 | -611/+0 | |
| | ||||||
* | Add cythonized python srcs lint checks | zhukoff-pavel | 2023-03-27 | 1 | -1/+1 | |
| | ||||||
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 47 | -0/+611 | |
| | ||||||
* | Prepare custom_lint for flake8: | say | 2023-03-07 | 1 | -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 | |||||
* | Separate test for federated query with S3 recipe | galaxycrab | 2023-03-03 | 1 | -0/+3 | |
| | ||||||
* | Fix import tests for pydebug | speedwagon | 2023-03-02 | 1 | -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' ``` | |||||
* | Fix pytest -k | iaz1607 | 2023-02-22 | 1 | -0/+1 | |
| | ||||||
* | fix pyrest.mark.trylast in ya,py | nik-bes | 2023-02-22 | 1 | -1/+1 | |
| | ||||||
* | replace pytest.mark.tryfirst in ya.py plugin | nik-bes | 2023-02-17 | 1 | -1/+1 | |
| | | | https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers | |||||
* | Migrate black linter on custom_lint pipeline | say | 2023-02-14 | 15 | -0/+1296 | |
| | ||||||
* | Refactor library/python/pytest and library/python/testing | romakudlakov | 2023-02-10 | 1 | -2/+0 | |
| | | | Remove test-started/test-finished events generator in pytest_runner | |||||
* | Add path to trace message | romakudlakov | 2023-02-09 | 1 | -17/+28 | |
| | | | Add path to test_item | |||||
* | [library/python/pytest/plugins/ya] Added xfaildiff marker | prettyboy | 2023-01-24 | 1 | -6/+17 | |
| | ||||||
* | Add assert to check empty entry | romakudlakov | 2023-01-24 | 1 | -1/+2 | |
| | | | Add assert that entry is not empty | |||||
* | [library/python/pytest] Better py3 colorization | prettyboy | 2023-01-20 | 9 | -12/+130 | |
| | ||||||
* | [library/python/pytest/yatest_tools] Fixed unify_path for path that fully ↵ | prettyboy | 2023-01-20 | 2 | -1/+4 | |
| | | | | matches module name | |||||
* | [devtools/ya/yalibrary/formatter] Moved string method to library/python/strings | prettyboy | 2022-12-27 | 3 | -0/+314 | |
| | ||||||
* | Fix good results contain empty comment | romakudlakov | 2022-12-27 | 1 | -4/+1 | |
| | | | Fix comment for good results | |||||
* | [library/python/pytest/yatest_tools] Fixed module discovering for tests with ↵ | prettyboy | 2022-12-22 | 3 | -24/+116 | |
| | | | | CONFTEST_LOAD_POLICY_LOCAL() | |||||
* | added static credentials man + fix links | asmyasnikov | 2022-12-21 | 1 | -10/+25 | |
| | | | added static credentials man + fix links | |||||
* | [library/python/func] Made lazy and lazy_property thread safe | prettyboy | 2022-12-20 | 1 | -5/+17 | |
| | ||||||
* | add windows platform to ydb github export | alexv-smirnov | 2022-12-20 | 1 | -0/+15 | |
| | ||||||
* | Fix yatest with Python 3.11 | shadchin | 2022-12-18 | 1 | -1/+2 | |
| |