SteamBot
SteamBot copied to clipboard
Create actual unit tests for SteamTrade.
Ok, discussing with @BlueRaja over steam, he agreed that it would be nice to have unit tests for steamtrade.
Only downside is that in order for AppVeyor to run tests, it needs to have a dll to use(without breaking compilability of SteamTrade AND SteamBot) so that's where a new solution comes in that appveyor builds.
@WildCard65 wanted xUnit, but I talked him into nUnit. It is more popular and more widely supported (eg. Resharper doesn't support xUnit). We can discuss it here, if anyone wants.
NuGet doesn't like nUnit apparently (AppVeyor builds fail because nUnit does not download)
It worked fine b4, I guess it's just a CI hiccup which is y the triggerappveyor.txt is present to force the CI to rebuild at our biddings.
On Sat, Feb 28, 2015 at 3:33 AM, bartico6 [email protected] wrote:
NuGet doesn't like nUnit apparently (AppVeyor builds fail because nUnit does not download)
— Reply to this email directly or view it on GitHub https://github.com/Jessecar96/SteamBot/issues/719#issuecomment-76522433.