Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | fix case of disappered core file in recover_core_dump_file | ignat | 2022-12-14 | 1 | -2/+8 | |
| | ||||||
* | [library/python/pytest/plugins] Report pytest_startup_duration as chunk ↵ | prettyboy | 2022-12-10 | 1 | -1/+1 | |
| | | | | event, not suite | |||||
* | Bytes and string fixes | v-korovin | 2022-12-06 | 1 | -2/+2 | |
| | ||||||
* | remove kikimr/driver DEPENDS | qrort | 2022-12-02 | 52 | -6866/+0 | |
| | ||||||
* | validate canons without yatest_common | qrort | 2022-11-30 | 52 | -0/+6866 | |
| | ||||||
* | Reduce duplicate in NO_CHECK_IMPORTS | shadchin | 2022-11-17 | 1 | -0/+3 | |
| | ||||||
* | yatest_common context file test | qrort | 2022-11-17 | 7 | -23/+39 | |
| | ||||||
* | More logs while recovering core | v-korovin | 2022-11-07 | 1 | -0/+2 | |
| | ||||||
* | FIx strict context tests | iaz1607 | 2022-10-31 | 2 | -0/+7 | |
| | ||||||
* | Unify test listing and filtering | say | 2022-10-27 | 2 | -3/+82 | |
| | ||||||
* | [library/python/testing] Fixed relaxed mode selection | prettyboy | 2022-10-24 | 1 | -4/+4 | |
| | ||||||
* | [library/python/testing] Added yatest_common_standalone | prettyboy | 2022-10-24 | 1 | -3/+12 | |
| | ||||||
* | Allow binary output to be modified (just a little)) before comparing it to ↵ | heretic | 2022-09-28 | 1 | -4/+28 | |
| | | | | | canonical add canonize data transformer | |||||
* | [library/python/testing/yatest_common] Relaxed runtime methods for ↵ | prettyboy | 2022-09-25 | 9 | -96/+284 | |
| | | | | non-standalone runs | |||||
* | Prepare to clang14: make llvm_symbolyzer call compatible to llvm 12 and 14 | heretic | 2022-09-15 | 1 | -2/+2 | |
| | | | do it | |||||
* | [library/python/cores] Fixed py23 compatibility in colorize_backtrace | prettyboy | 2022-09-13 | 1 | -0/+1 | |
| | ||||||
* | Switch on inspect.getfullargspec | shadchin | 2022-08-14 | 1 | -1/+6 | |
| | | | The `inspect.getargspec` function, deprecated since Python 3.0; use `inspect.signature()` or `inspect.getfullargspec()` instead. | |||||
* | []: Fix test context files | iaz1607 | 2022-08-09 | 1 | -1/+3 | |
| | ||||||
* | should use six.PY3 | svartmetal | 2022-08-08 | 1 | -2/+1 | |
| | ||||||
* | should escape core pattern path otherwise coredumps collection doesn't work | svartmetal | 2022-08-05 | 1 | -1/+5 | |
| |