Skip to content

Update lock files

fca9cb8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bump Testcontainers.PostgreSql from 4.11.0 to 4.12.0 #3400

Update lock files
fca9cb8
Select commit
Loading
Failed to load commit list.
GitHub Actions / Cli.Tests test results succeeded May 21, 2026 in 0s

23 passed, 0 failed and 0 skipped

Tests passed successfully

✅ tests/TeachingRecordSystem.Cli.Tests/TestResults/_runnervm9vjqi_2026-05-21_15_44_01_net10.0.trx

23 tests were completed in 24s with 23 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TeachingRecordSystem.Cli.Tests.CommandTests.AddTrnRangeTests 14✅ 4s
TeachingRecordSystem.Cli.Tests.CommandTests.CorrectQualificationStartDateTests 4✅ 589ms
TeachingRecordSystem.Cli.Tests.CommandTests.CreateImportClaimTestDataTests 3✅ 2s
TeachingRecordSystem.Cli.Tests.CommandTests.DeleteSupportTaskTests 2✅ 1s

✅ TeachingRecordSystem.Cli.Tests.CommandTests.AddTrnRangeTests

✅ InvalidFrom_ReturnsError(from: -1)
✅ InvalidFrom_ReturnsError(from: 0)
✅ InvalidFrom_ReturnsError(from: 10000000)
✅ InvalidFrom_ReturnsError(from: 999999)
✅ InvalidTo_ReturnsError(to: -1)
✅ InvalidTo_ReturnsError(to: 0)
✅ InvalidTo_ReturnsError(to: 10000000)
✅ InvalidTo_ReturnsError(to: 999999)
✅ NextGreaterThanTo_ReturnsError
✅ NextLessThanFrom_ReturnsError
✅ ToEqualToFrom_ReturnsError
✅ ToLessThanFrom_ReturnsError
✅ ValidInvocationWithExplicitNext_AddsTrnRangeToDb
✅ ValidInvocationWithoutNext_AddsTrnRangeToDb

✅ TeachingRecordSystem.Cli.Tests.CommandTests.CorrectQualificationStartDateTests

✅ MissingImportFileNameOption_ReturnsError
✅ MissingOutputFileNameOption_ReturnsError
✅ ValidImportFile_EachRowAmendsStartDate
✅ ValidImportFile_StartDateMismatch_DoesNotCorrectStartDate

✅ TeachingRecordSystem.Cli.Tests.CommandTests.CreateImportClaimTestDataTests

✅ MissingImportFileNameOption_ReturnsError
✅ MissingOutputFileNameOption_ReturnsError
✅ ValidImportFile_EachRowCreatesPersonWithMatchingDetails

✅ TeachingRecordSystem.Cli.Tests.CommandTests.DeleteSupportTaskTests

✅ TaskDoesNotExist_ReturnsError
✅ ValidInvocation_DeletesSupportTask