aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2021-11-02Merge pull request #6379 from dearjoey/masterClaus Vium
2021-11-02Change RemoveImages to array, improve download testJoe Rogers
2021-11-02Streamline startup codeBond_009
2021-11-01Extract duplicate code, add testJoe Rogers
2021-11-01Merge remote-tracking branch 'origin/master' into ↵Joe Rogers
fix-metadata-refresh-deletes-backgrounds
2021-11-01Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.11.0 to 17.0.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.11.0...v17.0.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-01Refactor to validate all images up frontJoe Rogers
2021-10-31Add comments, minor cleanup, add testsJoe Rogers
2021-10-31Fix testsCody Robibero
2021-10-26Change ReadOnlySpan to string following PR 6383 (#6734)Claus Vium
2021-10-26Merge pull request #6383 from sushilicious/masterClaus Vium
Made default parser a tiny bit mroe robust
2021-10-25Merge pull request #6535 from Bond-009/dlnacontrollertestsClaus Vium
2021-10-21Merge pull request #6689 from 1337joe/expand-image-extractionClaus Vium
2021-10-20Address review commentsJoe Rogers
Clean up style Fix references in class summaries Combine Where+FirstOrDefault queries Break up large method, long lines Add validation on file extension Apply test naming conventions Extract mock of Movie class, comment on why not mocking interface Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-10-12Update to dotnet6.rc2Cody Robibero
2021-10-11Add image provider tests and clean upJoe Rogers
2021-10-09Merge pull request #6501 from crobibero/schedules-directClaus Vium
2021-10-09Merge pull request #6646 from 1337joe/test-mp4-metadataClaus Vium
2021-10-08Merge pull request #6663 from crobibero/dotnet-6-rc1Claus Vium
Reference dotnet6-rc1 packages
2021-10-08Merge pull request #6678 from Bond-009/randomClaus Vium
Use new Random.Shared instead of creating new instances
2021-10-08Merge pull request #6665 from Bond-009/tests6Claus Vium
Improve test coverage for QuickConnectManager
2021-10-08Merge remote-tracking branch 'upstream/master' into schedules-directCody Robibero
2021-10-08Use new Random.Shared instead of creating new instancesBond_009
2021-10-05Fix issue #6123Bond_009
2021-10-05Improve test coverage for QuickConnectManagerBond_009
2021-10-04Reference dotnet6-rc1 packagesCody Robibero
2021-10-03Fix warning: Type cast is redundant (#2149)KonH
2021-10-03Fix warning: Using directive is not required by the code and can be safely ↵KonH
removed (#2149)
2021-10-01Add test data and unit test for mp4 metadata probeJoe Rogers
2021-09-28Add regression test for #6560Bond_009
2021-09-26Implement FfProbeKeyframeExtractor and add tests for itcvium
2021-09-25Add ComputeSegments testcvium
2021-09-25Merge branch 'master' into theorydataBond-009
2021-09-25Update to .net 6cvium
2021-09-25Merge branch 'master' into keyframe_extraction_v1cvium
2021-09-25Address commentsBond_009
2021-09-25Add tests for ComputeEqualLengthSegments and fix bugcvium
2021-09-25Add first testcvium
2021-09-24Use new Enum.TryParse(ReadOnlySpan<char>) overloadBond_009
2021-09-24Target net6.0Bond_009
2021-09-22Add regression test for #5323Bond_009
2021-09-21Merge pull request #6584 from Bond-009/datetimeClaus Vium
Specify DateTimeStyles when possible
2021-09-21Merge pull request #6569 from crobibero/dotnet-5.0.10Joshua M. Boniface
Update to dotnet 5.0.10
2021-09-21Merge pull request #6553 from ankenyr/masterClaus Vium
2021-09-21Specify DateTimeStyles when possibleBond_009
2021-09-19Upgrade to dotnet 5.0.10Cody Robibero
2021-09-19Add more testsBond_009
2021-09-19Reduce allocationsBond_009
2021-09-18Add regression test for issue #5168Bond_009
2021-09-18Fix SubtitleEncoder and add regression testsBond_009