Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 911 forks source link

Create actual unit tests for SteamTrade. #719

Open WildCard65 opened 9 years ago

WildCard65 commented 9 years ago

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.

BlueRaja commented 9 years ago

@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.

bartico6 commented 9 years ago

NuGet doesn't like nUnit apparently (AppVeyor builds fail because nUnit does not download)

WildCard65 commented 9 years ago

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 notifications@github.com 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.