SteamBot icon indicating copy to clipboard operation
SteamBot copied to clipboard

Create actual unit tests for SteamTrade.

Open WildCard65 opened this issue 10 years ago • 3 comments

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 avatar Feb 22 '15 17:02 WildCard65

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

BlueRaja avatar Feb 22 '15 18:02 BlueRaja

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

bartico6 avatar Feb 28 '15 11:02 bartico6

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.

WildCard65 avatar Feb 28 '15 12:02 WildCard65