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