Simon Brunning
Simon Brunning
As of 2.0, which we hope to release soon, type hints would warn you that you weren't calling `assert_that()` properly. Other than that, I'm not sure there's much better we...
How about an alternative approach - treat pinned tabs as a kind of pseudo-tab, so you could set up a rule for them. Tabs matching the rule would be automatically...
PR #55 might cover this use case, though in a different way. Thoughts?
Obviously would need documentation before merging.
The message as-is tends to make more sense in the most common scenario of an `assert_that()` message, but that's not the only intended usage for matchers, so I think I'd...
[2.6](http://www.mbtest.org/releases/v2.6.0) introduced [faults](http://www.mbtest.org/docs/api/faults) - should this be closed now?
Off topic perhaps, but I'd be happy to discuss making https://github.com/brunns/mbtest async friendly if that's feasible and useful.
Is there an analogue of this for `pyenv local` and `pyenv global`? Having installed the latest version by Major & Minor, without knowing the Patch version, how do I then...
Assuming #55 superseded this issue. Please reopen if that's not the case.
I'm getting errors running this: ``` main.go:16:2: no required module provides package github.com/aws/aws-sdk-go/aws: go.mod file not found in current directory or any parent directory; see 'go help modules' main.go:17:2: no...