@@ -1,5 +1,4 @@
import XCTest
-
import SwifterTests
var tests = [XCTestCaseEntry]()
@@ -50,7 +50,7 @@ class SwifterTestsHttpParser: XCTestCase {
}
- // swiftlint:disable function_body_length
+ // swiftlint:disable function_body_length cyclomatic_complexity
func testParser() {
let parser = HttpParser()
@@ -29,7 +29,7 @@ class SwifterTestsWebSocketSession: XCTestCase {
do {