Closed DustinCampbell closed 8 years ago
Hey @bradwilson Did something change here? I could swear I looked at this earlier and TestFrameworkOptions.ForExecution()
used to parse the config itself?
The empty versions have always just initialized themselves without any values.
We were just using it incorrectly then?
I think I was confused looking at the console runner, where it will load the config file if it it isn't passed - https://github.com/xunit/xunit/blob/master/src/xunit.runner.utility/Project/XunitProjectAssembly.cs#L25
:+1: