Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Nsidorenco/neotest-vstest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.6
Choose a base ref
...
head repository: Nsidorenco/neotest-vstest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.7
Choose a head ref
  • 4 commits
  • 6 files changed
  • 5 contributors

Commits on Aug 8, 2025

  1. Configuration menu
    Copy the full SHA
    baa54a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. fix: put outputs in nvim's tempdir (#36)

    This fixes neotest-vstest leaving lots of guid-named files in /tmp.
    Instead, the individual test outputs are put into nvim's tempdir which
    is removed when nvim exits.
    liskin authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    5e22a2e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Fixes an issue with the dotnet executable not being killed (#34)

    * Fixes an issue with the dotnet executable not being killed
    
    * Returning the mtp_process.pid
    
    * Set timeout for test discovery + added log for error
    
    * formatting
    
    ---------
    
    Co-authored-by: Wayne Bowie <wayneb@pcius.com>
    Co-authored-by: nsidorenco <nikolaj176@hotmail.com>
    3 people authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    2184260 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    796e71f View commit details
    Browse the repository at this point in the history
Loading