nvim-neotest / neotest-python

MIT License
115 stars 34 forks source link

fix: correctly parse failing subtests #53

Closed Willem-J-an closed 10 months ago

Willem-J-an commented 11 months ago

Failing subtests failed to set the testmethod & class to failed. Now if a subtest fails, it indicates that its parent test case failed.

rcarriga commented 10 months ago

Nice, thanks for the PR! :smile: