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

Keep parenthesis in Swift tests #496

Merged
merged 6 commits into from
Jun 21, 2021
Merged

Conversation

ob
Copy link
Member

@ob ob commented Jun 19, 2021

This is a fix for #492, it essentially implements approach number one detailed there, keeping the parenthesis in Swift test names. See #492 for details of why this is needed.

It also includes some warning fixes and updates the deployment target to macOS 10.15.

ob added 6 commits June 18, 2021 23:21
Signed-off-by: Oscar Bonilla <6f6231@gmail.com>
One way XCTest differentiates between Swift and Objective-C tests is
by the parenthesis at the end of the name. I can't remember why we
were stripping them, but I suspect it was for aesthetic reasons.

Signed-off-by: Oscar Bonilla <6f6231@gmail.com>
Signed-off-by: Oscar Bonilla <6f6231@gmail.com>
Signed-off-by: Oscar Bonilla <6f6231@gmail.com>
Signed-off-by: Oscar Bonilla <6f6231@gmail.com>
Signed-off-by: Oscar Bonilla <6f6231@gmail.com>
@ob ob mentioned this pull request Jun 21, 2021
5 tasks
@ob ob requested a review from chenxiao0228 June 21, 2021 17:24
Copy link
Collaborator

@chenxiao0228 chenxiao0228 left a comment

Choose a reason for hiding this comment

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

At some point we should extract these settings out to xcconfigs.

@chenxiao0228 chenxiao0228 merged commit 0e81960 into master Jun 21, 2021
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.

2 participants