-
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfest
Description
swift-macro-testing is an amazing library for testing macros in a very succinct way! Additionally, it automatically generates fixme's to update tests when the expected behaviour has changed 😱 Thanks to @maximkrouk for letting me know that it existed 🙏
This issue can be resolved once all of the tests have been switched over to using swift-macro-testing
and the import for SwiftSyntaxMacrosTestSupport
has been removed. I think this issue should be relatively introductory as swift-macro-testing
's API isn't too different to Swift Syntax's assertMacroExpansion
function, the main benefits come from improved diagnostics and automated test updates.
maximkroukmaximkrouk
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfest