testaroli icon indicating copy to clipboard operation
testaroli copied to clipboard

Monkey patching unit testing utility for Go

Results 5 testaroli issues
Sort by recently updated
recently updated
newest added

https://developer.apple.com/documentation/apple-silicon/porting-just-in-time-compilers-to-apple-silicon It works without JIT, but probably JIT is a better solution since it is backed by Apple.

enhancement
macos

`Always` should allow to always override the function call, and unlike Unlimited, it can be declared at any moment, not only as a last in expectation chain.

enhancement

``` go test -v -gcflags="all=-N -l" ./examples/... shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'" go: downloading golang.org/x/sys v0.33.0 # runtime/cgo gcc_arm64.S: Assembler messages: FAIL github.com/qrdl/testaroli/examples/functions [build failed] gcc_arm64.S:30: Error: no such...

When running test case ``` func TestOverrideInstanceMethodWithReference(t *testing.T) { s1 := square{side: 5} // use a reference to call the overridden trampoline function method := s1.Area Override(TestingContext(t), method, Always, func()...

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions