dotnet / dotnet-docker-nightly

This repository has moved to the nightly branch of dotnet/dotnet-docker.
https://github.com/dotnet/dotnet-docker/tree/nightly
MIT License
35 stars 30 forks source link

Refactor all utests to use Theory and MemberData #435

Closed MichaelSimons closed 7 years ago

MichaelSimons commented 7 years ago

This should make it easier to maintain the tests as new .NET Core versions are released and support is dropped for older versions.

ravimeda commented 7 years ago

LGTM. Feel free to merge. I'll rebase with these changes in my PR for ARM tests.

ravimeda commented 7 years ago

FYI...the CI failure is unrelated to these changes.