Brian Okken
Brian Okken
looks like this was resolved as not needed
This is kinda important, can we get this merged?
Looks like we don't support raises yet. Too bad though. It'd be nice to support that. This could be considered an enhancement, but I realize it's unexpected behavior for you,...
depending on what the implementation looked like, I'd consider pull requests for this.
I'm glad you are finding the plugin useful. This is an interesting request. I'll think about it. Are you using the check assert helper functions such as `check.equal()`, `check.less()`, etc?...
Oh. You can't use xfail_reason, yet. I'm just kicking around an API design idea.
custom messages work now, but they: - aren't documented - aren't tested Oops. Anyway, here's an example: ```python import pytest_check as check def test_pass(): with check.raises(AssertionError, msg = "this is...
You're right. We do need to update the documentation. Thanks. The flag `--check-max-tb` was added recently to control the number of tracebacks. If you set `--check-max-tb=5` or larger, you'll see...
Interesting. Do you want to work on this?
I see no reason why it wouldn't be possible. However, I have no current plans to start using releases. Labels seem sufficient. If you or your company would benefit from...