Pilchie / xunit.runner.wpf

XUnit Gui written in WPF
Apache License 2.0
44 stars 41 forks source link

Support test assembly configuration files #46

Closed DustinCampbell closed 8 years ago

Pilchie commented 8 years ago

:+1:

Pilchie commented 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?

bradwilson commented 8 years ago

The empty versions have always just initialized themselves without any values.

DustinCampbell commented 8 years ago

We were just using it incorrectly then?

Pilchie commented 8 years ago

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