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