Skip to content

Commit e348183

Browse files
committed
update test cases
1 parent 4a33a0f commit e348183

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Tests/FluentPostgresDriverTests/FluentPostgresDriverTests.swift

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,34 @@ final class FluentPostgresDriverTests: XCTestCase {
136136
try self.benchmarker.testMultipleJoinSameTable()
137137
}
138138

139+
func testOptionalParent() throws {
140+
try self.benchmarker.testOptionalParent()
141+
}
142+
143+
func testFieldFilter() throws {
144+
try self.benchmarker.testFieldFilter()
145+
}
146+
147+
func testJoinedFieldFilter() throws {
148+
try self.benchmarker.testJoinedFieldFilter()
149+
}
150+
151+
func testSameChildrenFromKey() throws {
152+
try self.benchmarker.testSameChildrenFromKey()
153+
}
154+
155+
func testArray() throws {
156+
try self.benchmarker.testArray()
157+
}
158+
159+
func testPerformance() throws {
160+
try self.benchmarker.testPerformance()
161+
}
162+
163+
func testSoftDeleteWithQuery() throws {
164+
try self.benchmarker.testSoftDeleteWithQuery()
165+
}
166+
139167
func testBlob() throws {
140168
final class Foo: Model {
141169
static let schema = "foos"

0 commit comments

Comments
 (0)