Andy Freeland

Results 81 comments of Andy Freeland

I did some more testing... The `cargo` strategy works in `main.rs` when I have neotest's discovery disabled, but consistently returns "No tests found" when discovery is enabled, probably due to...

Do you have any suggestions for addressing this? You correctly identified https://github.com/rouge8/neotest-rust/commit/c8894d826a2cb5003cb6bc0a2fa8f7a359899130 as the culprit. Is there a way to make that logic conditional? Or detect the correct package/binary and...

I believe that doesn’t work for non-default packages in a workspace as described in the commit linked above.

That is not expected. Can you reproduce with any of the files in https://github.com/rouge8/neotest-rust/tree/main/tests/data/workspace ? Otherwise, can you link to a project that does reproduce?

I'm not sure how to debug this. It works fine for me with nvim 0.9.5 on macOS.

I have no idea where to go with this, so whatever you can come up with would be great!

Same issue. I use two factor auth, and can't log in with either an application specific password of my account password.

Not sure why Travis isn't triggering, but I have a passing build on my fork: https://travis-ci.com/rouge8/codemod/builds/75714851

> This assumes that the rest of the test is stable and does not show flaky behaviour. Is there another requirement, which keeps you from using a free assert for...

Hmm, #154 failed on my first run (but looks like it's fine on the second): ``` ❯ pytest -n auto -v src/zg/test/unit/ :914: ImportWarning: _SixMetaPathImporter.find_spec() not found; falling back to...