Tests need their own environment implementation #925
Labels
good first issue
Good for newcomers
P3
Doc bugs, questions, minor issues, etc.
test
related to tests
up-for-grabs
A good issue to fix if you are trying to contribute to the project
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:
machinelearning/test/Microsoft.ML.StaticPipelineTesting/StaticPipeTests.cs
Line 31 in 4cb7dd9
We should have XUnitEnvironment or TestEnvironment and redirect all output to ITestOutputHelper.
The text was updated successfully, but these errors were encountered: