home.social

#neotest — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #neotest, aggregated by home.social.

fetched live
  1. I did it!

    Well, mostly I just tried #Neotest again with #Neovim.

    As it turns out, the plugin was actually working currectly. At least for the most part.

    There's a summary pane you can toggle and run tests from there and that's working perfectly.

    What's not working at all, is running tests from a file or "nearest" test from the cursor position.

    I've already opened up an issue with the Neotest project on GitHub.

    Other than that, I'm really happy with the integration. 🙂

  2. I did it!

    Well, mostly I just tried #Neotest again with #Neovim.

    As it turns out, the plugin was actually working currectly. At least for the most part.

    There's a summary pane you can toggle and run tests from there and that's working perfectly.

    What's not working at all, is running tests from a file or "nearest" test from the cursor position.

    I've already opened up an issue with the Neotest project on GitHub.

    Other than that, I'm really happy with the integration. 🙂

  3. I did it!

    Well, mostly I just tried #Neotest again with #Neovim.

    As it turns out, the plugin was actually working currectly. At least for the most part.

    There's a summary pane you can toggle and run tests from there and that's working perfectly.

    What's not working at all, is running tests from a file or "nearest" test from the cursor position.

    I've already opened up an issue with the Neotest project on GitHub.

    Other than that, I'm really happy with the integration. 🙂

  4. I did it!

    Well, mostly I just tried #Neotest again with #Neovim.

    As it turns out, the plugin was actually working currectly. At least for the most part.

    There's a summary pane you can toggle and run tests from there and that's working perfectly.

    What's not working at all, is running tests from a file or "nearest" test from the cursor position.

    I've already opened up an issue with the Neotest project on GitHub.

    Other than that, I'm really happy with the integration. 🙂

  5. I did it!

    Well, mostly I just tried #Neotest again with #Neovim.

    As it turns out, the plugin was actually working currectly. At least for the most part.

    There's a summary pane you can toggle and run tests from there and that's working perfectly.

    What's not working at all, is running tests from a file or "nearest" test from the cursor position.

    I've already opened up an issue with the Neotest project on GitHub.

    Other than that, I'm really happy with the integration. 🙂

  6. anyone know if with #neotest #neotestpython #nvim #lunarvim there is a way to create a test for a function? Like select function and create a test method? Maybe also jump to test?

  7. anyone know if with there is a way to create a test for a function? Like select function and create a test method? Maybe also jump to test?

  8. anyone know if with #neotest #neotestpython #nvim #lunarvim there is a way to create a test for a function? Like select function and create a test method? Maybe also jump to test?

  9. anyone know if with #neotest #neotestpython #nvim #lunarvim there is a way to create a test for a function? Like select function and create a test method? Maybe also jump to test?

  10. Third time seems to be the charm. After 2 attempts with spacemacs, I finally seem to have gotten a working setup with #Doomemacs.

    The thing that took the longest time to figure out was getting
    #pyenv and #pyright to work correctly.

    1. pyenv - project integration code needed to be added
    2. pyenvs should be then created in the same name as the project itself
    3. pyenv local needed to be run to create .python-version file
    4. both lsp and tree-sitter tools enabled and added to python

    Now I am almost feature parity with my
    #lunarvim #neotest setup to run tests. The final piece missing is DAP debugger... coming at you DAP

  11. Third time seems to be the charm. After 2 attempts with spacemacs, I finally seem to have gotten a working setup with #Doomemacs.

    The thing that took the longest time to figure out was getting
    #pyenv and #pyright to work correctly.

    1. pyenv - project integration code needed to be added
    2. pyenvs should be then created in the same name as the project itself
    3. pyenv local needed to be run to create .python-version file
    4. both lsp and tree-sitter tools enabled and added to python

    Now I am almost feature parity with my
    #lunarvim #neotest setup to run tests. The final piece missing is DAP debugger... coming at you DAP

  12. Third time seems to be the charm. After 2 attempts with spacemacs, I finally seem to have gotten a working setup with #Doomemacs.

    The thing that took the longest time to figure out was getting
    #pyenv and #pyright to work correctly.

    1. pyenv - project integration code needed to be added
    2. pyenvs should be then created in the same name as the project itself
    3. pyenv local needed to be run to create .python-version file
    4. both lsp and tree-sitter tools enabled and added to python

    Now I am almost feature parity with my
    #lunarvim #neotest setup to run tests. The final piece missing is DAP debugger... coming at you DAP

  13. Third time seems to be the charm. After 2 attempts with spacemacs, I finally seem to have gotten a working setup with #Doomemacs.

    The thing that took the longest time to figure out was getting
    #pyenv and #pyright to work correctly.

    1. pyenv - project integration code needed to be added
    2. pyenvs should be then created in the same name as the project itself
    3. pyenv local needed to be run to create .python-version file
    4. both lsp and tree-sitter tools enabled and added to python

    Now I am almost feature parity with my
    #lunarvim #neotest setup to run tests. The final piece missing is DAP debugger... coming at you DAP

  14. Third time seems to be the charm. After 2 attempts with spacemacs, I finally seem to have gotten a working setup with #Doomemacs.

    The thing that took the longest time to figure out was getting
    #pyenv and #pyright to work correctly.

    1. pyenv - project integration code needed to be added
    2. pyenvs should be then created in the same name as the project itself
    3. pyenv local needed to be run to create .python-version file
    4. both lsp and tree-sitter tools enabled and added to python

    Now I am almost feature parity with my
    #lunarvim #neotest setup to run tests. The final piece missing is DAP debugger... coming at you DAP

  15. I am really loving the #LunarVim setup with #Neotest for debugging. The TDD experience is just so smooth. Write a test hit df, it runs the test function that the cursor is in. If it fails, I get an inline error.

    Edit file, hit df again, rinse and repeat.
    🫰

  16. I am really loving the #LunarVim setup with #Neotest for debugging. The TDD experience is just so smooth. Write a test hit df, it runs the test function that the cursor is in. If it fails, I get an inline error.

    Edit file, hit df again, rinse and repeat.
    🫰

  17. I am really loving the #LunarVim setup with #Neotest for debugging. The TDD experience is just so smooth. Write a test hit df, it runs the test function that the cursor is in. If it fails, I get an inline error.

    Edit file, hit df again, rinse and repeat.
    🫰

  18. I am really loving the #LunarVim setup with #Neotest for debugging. The TDD experience is just so smooth. Write a test hit df, it runs the test function that the cursor is in. If it fails, I get an inline error.

    Edit file, hit df again, rinse and repeat.
    🫰

  19. I am really loving the #LunarVim setup with #Neotest for debugging. The TDD experience is just so smooth. Write a test hit df, it runs the test function that the cursor is in. If it fails, I get an inline error.

    Edit file, hit df again, rinse and repeat.
    🫰