Skip to content

Fix so CI only builds#29

Merged
westerlund merged 2 commits intodevelopfrom
ci-only-builds
Mar 18, 2018
Merged

Fix so CI only builds#29
westerlund merged 2 commits intodevelopfrom
ci-only-builds

Conversation

@JagCesar
Copy link
Owner

Let's ignore the unit tests until we have mocked data objects

// Put teardown code here. This method is called after the invocation of each test method in the class.
super.tearDown()
}

Choose a reason for hiding this comment

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

Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)

super.setUp()
// Put setup code here. This method is called before the invocation of each test method in the class.
}

Choose a reason for hiding this comment

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

Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)

import XCTest

class TeslaAPI_EmptyTests: XCTestCase {

Choose a reason for hiding this comment

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

Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)


import XCTest

class TeslaAPI_EmptyTests: XCTestCase {

Choose a reason for hiding this comment

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

Type Name Violation: Type name should only contain alphanumeric characters: 'TeslaAPI_EmptyTests' (type_name)

JagCesar added 2 commits March 17, 2018 22:36
The empty tests are now run on the iOS scheme. Let's keep it like
this until we have mocked objects for the tests.

The purpose of doing this is to make sure our CI passes the builds.
@JagCesar
Copy link
Owner Author

@westerlund Do you mind reviewing this PR and squash-merging or squash-rebasing?

Copy link
Collaborator

@westerlund westerlund left a comment

Choose a reason for hiding this comment

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

looks good to me!

@westerlund westerlund merged commit 6610c3e into develop Mar 18, 2018
@westerlund westerlund deleted the ci-only-builds branch March 18, 2018 16:10
JagCesar pushed a commit that referenced this pull request Feb 22, 2020
* Adds empty credentials file so tests compile

* Creates EmptyTests target

The empty tests are now run on the iOS scheme. Let's keep it like
this until we have mocked objects for the tests.

The purpose of doing this is to make sure our CI passes the builds.
JagCesar pushed a commit that referenced this pull request Feb 22, 2020
* Adds empty credentials file so tests compile

* Creates EmptyTests target

The empty tests are now run on the iOS scheme. Let's keep it like
this until we have mocked objects for the tests.

The purpose of doing this is to make sure our CI passes the builds.
JagCesar pushed a commit that referenced this pull request Feb 22, 2020
* Adds empty credentials file so tests compile

* Creates EmptyTests target

The empty tests are now run on the iOS scheme. Let's keep it like
this until we have mocked objects for the tests.

The purpose of doing this is to make sure our CI passes the builds.
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.

3 participants