Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dave Clarke 15 posts 127 karma points
    Oct 18, 2017 @ 07:57
    Dave Clarke
    0

    Running tests

    Is there any documentation or guidance for running the tests locally?

    I've made a change to fix an issue but want to verify I haven't broken anything else first!

    This is against the dev-v7 branch.

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Oct 18, 2017 @ 08:50
    Sebastiaan Janssen
    2

    Easiest is if you have Resharper installed you can run then from there.

    enter image description here

    Otherwise I think the VS test runner should work too.

    enter image description here

    And in the end, it doesn't really matter, we have both AppVeyor and VSTS running a build on each PR and that will reveal any failing tests as well. We're happy to point you to any problems and help fix!

  • Dave Clarke 15 posts 127 karma points
    Oct 18, 2017 @ 11:10
    Dave Clarke
    0

    Perfect, thanks - that works :)

    Might be worth adding this to the Contributing guidelines?

  • Chris Kim 48 posts 254 karma points c-trib
    Dec 14, 2018 @ 09:11
    Chris Kim
    0

    I just tried to run a test and they were all greyed out and not executing. After I installed the NUnit 3 Test Adapter Visual Studio extension, I could successfully run the test.

    To install into Visual Studio, go to Tools > Extensions and Updates > Online and search for NUnit

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies