v3 RC1 (#1)
This encompasses: - New behavior for SQLite - Migrated behavior for PostrgeSQL (from BitBadger.Npgsql.FSharp.Documents) - New "byField" behavior for PostgreSQL - A unification of C# and F# centric implementations
This commit was merged in pull request #1.
This commit is contained in:
19
src/Tests/Program.fs
Normal file
19
src/Tests/Program.fs
Normal file
@@ -0,0 +1,19 @@
|
||||
open Expecto
|
||||
open BitBadger.Documents.Tests.CSharp
|
||||
|
||||
let allTests =
|
||||
testList
|
||||
"BitBadger.Documents"
|
||||
[ CommonTests.all
|
||||
CommonCSharpTests.Unit
|
||||
PostgresTests.all
|
||||
PostgresCSharpTests.All
|
||||
PostgresExtensionTests.integrationTests
|
||||
testSequenced PostgresCSharpExtensionTests.Integration
|
||||
SqliteTests.all
|
||||
SqliteCSharpTests.All
|
||||
SqliteExtensionTests.integrationTests
|
||||
testSequenced SqliteCSharpExtensionTests.Integration ]
|
||||
|
||||
[<EntryPoint>]
|
||||
let main args = runTestsWithCLIArgs [] args allTests
|
||||
Reference in New Issue
Block a user