UnaffiliatedCode
UnaffiliatedCode
According to the documentation for the "SetName" property: "The SetName property of TestCaseData allow setting the format string for the individual test case. So long as no format specifiers are...
Story: As a mock implementer, I have several methods with variadic arg signature. Currently we can get around this problem by removing the `v...` from the underlying mock item (the...
The expectation of this application is that it is to be utilized in release pipelines. Due to this expectation, pipelines utilize volume mounting to transfer artifacts (untracked files) across different...
What are the license requirements for this project?
Currently I am looking at multiple dynamic deployments of this library and I'm looking to implement checks prior to initialized polling which need to verify that the necessary topics have...
Hi team, not looking to debate the current checkers but inquire on knowledge documentation. When investigating `singleCaseSwitch` we can see the following documentation: ``` singleCaseSwitch checker documentation URL: https://github.com/go-critic/go-critic/checkers Tags:...
Hello, there were previous attempts to re-open the following issue. I can confirm the issue exists in current release `v0.8.24` ```shell terraformer --version version v0.8.24 ``` When looking at the...
When implementers are managing multiple applications within a single service, multiple logrus instances are used. These services can have different subset configurations such as Minimum level assignment.
- [YES] Do only one thing - [YES] Non breaking API changes - [YES] Tested ### What did this pull request do? Currently generated unit tests only generate a single...