Andy Freeland

Results 81 comments of Andy Freeland

> It turns out `conftest.py` is loaded before the cov plugin is started. Yeah, I suspect that's what's happening with our other files as well, since in our main `conftest.py`...

> I wonder what's different It looks like it works when you have a separate test directory (top level `app` and `tests`), but not when your structure is `app/tests`... https://github.com/rouge8/xdist-cov/pull/1

https://github.com/fish-shell/fish-shell/issues/5860 might be the cause of this. Adding `printf '\033[J'` to the start of my `fish_prompt`, as suggested in https://github.com/fish-shell/fish-shell/issues/5860#issuecomment-500593087, fixes the issue.

The upcoming gevent 1.1 release supports PyPy, is that an option?

I wrote a [Rust plugin](https://github.com/rouge8/neotest-rust) using [cargo-nextest](https://nexte.st/). That should fix your issue!

Which codicons are you using for `running` and `skipped`? https://microsoft.github.io/vscode-codicons/dist/codicon.html

I think `U+FCC1` and `U+FCC2` exceed the unicode private use area since it looks like they have Arabic/Persian/Urdu characters.

I'm having the same issue, can you explain how to find the path in `neotest.Result.output`?

Here's an output file from running a single test: ``` ================================================= test session starts ================================================== platform darwin -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 Using --randomly-seed=731529649 rootdir: /Users/andy/Dropbox/Projects/wanikani-burnt-kanji-to-anki, configfile: pyproject.toml plugins: anyio-3.6.1,...

[7.zip](https://github.com/nvim-neotest/neotest/files/9185436/7.zip) This should work then