I have a use case where I'm writing a test for an API endpoint that does not yet exist. Rather than having a failing test it would be nice to be able to change it to pending, just like in rspec. I know this isn't a critical feature, but it would be nice to have.
I have a use case where I'm writing a test for an API endpoint that does not yet exist. Rather than having a failing test it would be nice to be able to change
ittopending, just like in rspec. I know this isn't a critical feature, but it would be nice to have.