-
Notifications
You must be signed in to change notification settings - Fork 1.1k
TestFoundation: TestDateInterval: Add tests for functionality #2159
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
Conversation
@swift-ci please test |
1 similar comment
@swift-ci please test |
@swift-ci test linux |
@@ -10,10 +10,124 @@ | |||
class TestDateInterval: XCTestCase { | |||
static var allTests: [(String, (TestDateInterval) -> () throws -> Void)] { | |||
return [ | |||
("test_default_constructor", test_default_constructor), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we camelCase
these?
@swift-ci test linux |
Pardon my Git ignorance, I didn't realize that pushing to the forked master would automatically add @swift-ci test linux |
@swift-ci test |
@swift-ci please test |
@swift-ci test |
Is there something wrong? |
@swift-ci test |
Adds some functionality tests for the DateInterval interface.