diff --git a/README.md b/README.md index 2a36c46..85b311f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # iPark -iOS project for Parkinson's disease followup \ No newline at end of file + +iOS project for Parkinson's disease followup diff --git a/iPark/iParkTests/iParkTests.swift b/iPark/iParkTests/iParkTests.swift index e348b96..22493cc 100644 --- a/iPark/iParkTests/iParkTests.swift +++ b/iPark/iParkTests/iParkTests.swift @@ -6,6 +6,9 @@ // Copyright © 2018 Jade HENNEBERT. All rights reserved. // + + + import XCTest @testable import iPark @@ -21,15 +24,21 @@ class iParkTests: XCTestCase { super.tearDown() } + + func testExample() { // This is an example of a functional test case. // Use XCTAssert and related functions to verify your tests produce the correct results. } + + func testPerformanceExample() { // This is an example of a performance test case. self.measure { // Put the code you want to measure the time of here. + + } }