swift-spyable icon indicating copy to clipboard operation
swift-spyable copied to clipboard

Swift macro that simplifies and automates the process of creating spies for testing

Results 14 swift-spyable issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** When using `@Spyable` macro on protocol that confirms another protocol, there is no additional methods of confirmed protocol, which leads...

enhancement
question

**Issue:** Current documentation lacks specifics on macros' limitations and recommended workarounds. **Requirement:** - Document known limitations of the macro. - Provide practical workarounds for these limitations. - Include examples where...

documentation