JafarAbdi / myconfigs

My dotfiles
0 stars 0 forks source link

Update neotest-python to support both unittest and pytest depending on the file/project #31

Closed JafarAbdi closed 2 years ago

JafarAbdi commented 2 years ago

Currently there's no way to detect which one to use, in my case, it's hard coded to pytest -- it would be nice to have a way to detect the runner type depending on the file/root etc

JafarAbdi commented 2 years ago

NVM pytest support running both see https://docs.pytest.org/en/7.1.x/how-to/unittest.html