import XCTest import connect4_lib final class BasicDefaultNoDiagTest: XCTestCase { func testInit() { // TODO } func testIsGameOver() { // TODO } }