Revision 0b9b2533805840503b095a69aa36ae86b8bb23c5 authored by Spandan Tiwari on 17 April 2018, 20:34:14 UTC, committed by GitHub on 17 April 2018, 20:34:14 UTC
1 parent 1ffdc6e
Raw File
README.md
# Unit tests and end-to-end tests

The unit tests and end-to-end tests provided in this folder are run as part of the checkin workflow on the build server. You can run all tests locally to verify that your code changes didn't break any test.

How to run unit tests and end-to-end test is described in the documentation: https://docs.microsoft.com/en-us/cognitive-toolkit/How-to-Test
back to top