nvim-neotest / neotest-python

MIT License
137 stars 40 forks source link

fix: correctly parse failing subtests #53

Closed Willem-J-an closed 1 year ago

Willem-J-an commented 1 year 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 1 year ago

Nice, thanks for the PR! :smile: