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