Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# iPark
iOS project for Parkinson's disease followup

iOS project for Parkinson's disease followup
9 changes: 9 additions & 0 deletions iPark/iParkTests/iParkTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
// Copyright © 2018 Jade HENNEBERT. All rights reserved.
//




import XCTest
@testable import iPark

Expand All @@ -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.


}
}

Expand Down