dotnet/machinelearning

Tests need their own environment implementation

Open

#925 opened on 2018年9月15日

GitHub で見る
 (4 comments) (1 reaction) (0 assignees)C# (1,901 forks)batch import
P3good first issuetestup-for-grabs

Repository metrics

Stars
 (9,125 stars)
PR merge metrics
 (平均マージ 6d 19h) (30d で 5 merged PRs)

説明

Right now we use TlcEnvironment (or ConsoleEnvironment) which outputs everything to console. And XUnit don't care about console, and if you want to look on output during test execution you need to do something like this: https://github.com/dotnet/machinelearning/blob/4cb7dd9047b4c456e81ba014c664c27efe217351/test/Microsoft.ML.StaticPipelineTesting/StaticPipeTests.cs#L31

We should have XUnitEnvironment or TestEnvironment and redirect all output to ITestOutputHelper.

コントリビューターガイド