Jakub Chábek
Jakub Chábek
Hello! First, let me thank you for this great package :) It helped me a lot recently. In Go 1.18 there will be a new netip package that contains a...
I found the List method quite useless before. I was also unable to properly test my code without this method - I would have to iterate through entire filesystem to...
This allows users to choose whether they prefer mock_name.go or name_mock.go for their filenames. Description ------------- I've seen this issue and it seemed like an easy pick, so here we...
## Summary All frames in my stack traces look like they are "in app", no matter where they are from. Currently, the detection is done by this function: ```go func...
Hey, maybe I'm doing something wrong or I'm missing some config or whatnot, but I'm not able to get source code context to appear in the Sentrt when running the...
There is no limitation in cURL that would prevent these methods to have a body. And without the body for these requests you are unable to use APIs that require...
Hello, I was just going to fix some slice capacity issue and I started digging around ... and to be honest, I'm lost around the IPAddrPrefix, IPAddrPrefixDefault and IPv6AddrPrefix. It...
## Summary Allow suite methods to take `*testing.T` parameter (as normal tests do). This is BC, and we are already messing with reflection there, so no penalties either. ## Changes...
## Summary Allow optional calls with fixed repetitions: `m.Maybe().Once() == at most once` ## Changes Besides little refactoring for readability, the change is simple: only return errors for `m.Repeatibility >...
Description ------------- Can't believe I didn't realize we can do this before :) We don't need to create the constructor testing interface for each mock; we can use an anonymous...