Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert ContribtorTests to use SwiftTesting #322

Conversation

OmarHegazy93
Copy link
Contributor

What it Does

How I Tested

Run ContributorTests from Xcode

Copy link
Owner

@mikaelacaron mikaelacaron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!! love how simple this is! if you have any ideas for more unit tests to add (that don't require a huge refactor yet, let me know! open an issue

Comment on lines +8 to +9
import Testing
import Foundation
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import Testing
import Foundation
import Foundation
import Testing

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just switching these to be in alphabetical order

@mikaelacaron mikaelacaron merged commit b6ab8d6 into mikaelacaron:dev Oct 4, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert ContributorTests to Swift Testing
2 participants