Aleksandr Mezin

Results 196 comments of Aleksandr Mezin

Does it work in GNOME Terminal?

Not surprising, given that the code takes the file name from one source, and the line number from another source (and possibly a different file). Not sure how it's supposed...

I didn't expect a `.desktop` file/entry to be that annoying

> the problem may be the paths generated by the plugin do not match the repo structure. But another failure of the same test (just with different parameters) generated an...

TerminalReporter prints its output in `pytest_runtest_logreport`: https://github.com/pytest-dev/pytest/blob/main/src/_pytest/terminal.py#L567 Maybe it's a more appropriate hook? xdist calls `pytest_runtest_logreport` in the main process: https://github.com/pytest-dev/pytest-xdist/blob/6f0cb26fc090bbaec3a6d32ad4d3a3bb3464b84a/src/xdist/dsession.py#L283 (and also implements it in workers - to send...

I see that the plugin was using `pytest_runtest_logreport`, but then switched to `pytest_runtest_makereport` in https://github.com/pytest-dev/pytest-github-actions-annotate-failures/commit/9264fb4f8e95baaed4ecb2db1b7f2048ae7c08a2 @henryiii what was the reason?

@edgarrmondragon I don't understand you comment. The issue is about > Sometimes annotation commands are "not working" Sometimes. Sometimes there are annotations for all failures. Sometimes some annotations are missing....

I wonder how to separate test dconf data from the host system

No, there is no CLI command for that. However, you could: - Adjust tab title in the preferences - Rename tabs from the context menu (right-click on the tab label),...

v44 has `--title` CLI option. It doesn't allow you to rename an existing tab - but, at least, when you create a new tab from the command line, you can...