import XCTest
import StrasbourgParkAPITests
var tests = [XCTestCaseEntry]()
tests += StrasbourgParkAPITests.allTests()
XCTMain(tests)