aboutsummaryrefslogtreecommitdiffstats
path: root/library/python
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix some deprecation warningssomov2023-05-181-1/+4
|
* 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`
* [logos] Reworked graph generator, added ya.make ownersmvel2023-04-051-0/+14
| | | | | | | 1) выкидываем хрупкие mock-и, заменяем их на более понятный интерфейс командной строки 2) Это даёт дополнительную гибкость: можем брать шаблоны откуда хотим, генерировать выхлоп куда хотим (а не только под себя) 3) в библиотечные функции добавляем полезнейшие `read_text` и `write_text`, потому что ну сколько ж можно 4) канонический выхлоп делаем одним файлом: во-первых это быстрее, во-вторых нет шансов пропустить какой-то новый генерируемый файл 5) костыли с .input-ами выкинул, оставил только `_` для ya.make-ов, чтоб на них не ругалась система сборки. Это даёт возможность почти везде не ломать подсветку синтаксиса в `ut/input`, да и поддерживать проще: скопировал туда файл и всё.
* Swith flake8 to custom lint schemasay2023-03-3115-1316/+0
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-2847-611/+0
|
* Add cythonized python srcs lint checkszhukoff-pavel2023-03-271-1/+1
|
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-1547-0/+611
|
* 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
* Separate test for federated query with S3 recipegalaxycrab2023-03-031-0/+3
|
* 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' ```
* Fix pytest -kiaz16072023-02-221-0/+1
|
* fix pyrest.mark.trylast in ya,pynik-bes2023-02-221-1/+1
|
* replace pytest.mark.tryfirst in ya.py pluginnik-bes2023-02-171-1/+1
| | | https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers
* Migrate black linter on custom_lint pipelinesay2023-02-1415-0/+1296
|
* Refactor library/python/pytest and library/python/testingromakudlakov2023-02-101-2/+0
| | | Remove test-started/test-finished events generator in pytest_runner
* Add path to trace messageromakudlakov2023-02-091-17/+28
| | | Add path to test_item
* [library/python/pytest/plugins/ya] Added xfaildiff markerprettyboy2023-01-241-6/+17
|
* Add assert to check empty entryromakudlakov2023-01-241-1/+2
| | | Add assert that entry is not empty
* [library/python/pytest] Better py3 colorizationprettyboy2023-01-209-12/+130
|
* [library/python/pytest/yatest_tools] Fixed unify_path for path that fully ↵prettyboy2023-01-202-1/+4
| | | | matches module name
* [devtools/ya/yalibrary/formatter] Moved string method to library/python/stringsprettyboy2022-12-273-0/+314
|
* Fix good results contain empty commentromakudlakov2022-12-271-4/+1
| | | Fix comment for good results
* [library/python/pytest/yatest_tools] Fixed module discovering for tests with ↵prettyboy2022-12-223-24/+116
| | | | CONFTEST_LOAD_POLICY_LOCAL()
* added static credentials man + fix linksasmyasnikov2022-12-211-10/+25
| | | added static credentials man + fix links
* [library/python/func] Made lazy and lazy_property thread safeprettyboy2022-12-201-5/+17
|
* add windows platform to ydb github exportalexv-smirnov2022-12-201-0/+15
|
* Fix yatest with Python 3.11shadchin2022-12-181-1/+2
|
* fix case of disappered core file in recover_core_dump_fileignat2022-12-141-2/+8
|
* [library/python/pytest/plugins] Report pytest_startup_duration as chunk ↵prettyboy2022-12-101-1/+1
| | | | event, not suite
* Bytes and string fixesv-korovin2022-12-061-2/+2
|
* remove kikimr/driver DEPENDSqrort2022-12-0252-6866/+0
|
* validate canons without yatest_commonqrort2022-11-3052-0/+6866
|
* Reduce duplicate in NO_CHECK_IMPORTSshadchin2022-11-171-0/+3
|
* yatest_common context file testqrort2022-11-177-23/+39
|
* More logs while recovering corev-korovin2022-11-071-0/+2
|
* FIx strict context testsiaz16072022-10-312-0/+7
|
* Unify test listing and filteringsay2022-10-272-3/+82
|
* [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-259-96/+284
| | | | non-standalone runs
* Prepare to clang14: make llvm_symbolyzer call compatible to llvm 12 and 14heretic2022-09-151-2/+2
| | | do it
* [library/python/cores] Fixed py23 compatibility in colorize_backtraceprettyboy2022-09-131-0/+1
|
* 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
|
* should use six.PY3svartmetal2022-08-081-2/+1
|
* should escape core pattern path otherwise coredumps collection doesn't worksvartmetal2022-08-051-1/+5
|