You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFrameworkCore.Jet/test/EFCore.Jet.Tests
Laurents Meyer 73f91b2286
Add XUnit infrastructure to handle unsupported statements and test runner crashes (#152)
* Add custom Xunit runner to allow skipping tests after they have already failed, if the failure is expected (because of missing support in Jet).

* Finalize implementation and add crash detection support.
2 years ago
..
Properties Add `FixedTestOrder` msbuild property to build/run tests in a deterministic order. 2 years ago
ContextBase.cs
EFCore.Jet.Tests.csproj Add XUnit infrastructure to handle unsupported statements and test runner crashes (#152) 2 years ago
JetDateTimeTest.cs
JetMigrationTest.cs Enable nullable on src projects (not tests) 3 years ago
TestBase.cs
config.json