https://github.com/Microsoft/CNTK
Revision 4506effb356e7dbafa513dd274b6a4db8d87b4a9 authored by Manik Jindal on 28 February 2018, 00:26:05 UTC, committed by Manik Jindal on 28 February 2018, 00:26:05 UTC
1 parent 9c5dba4
Raw File
Tip revision: 4506effb356e7dbafa513dd274b6a4db8d87b4a9 authored by Manik Jindal on 28 February 2018, 00:26:05 UTC
Add support to download WHL packages for RC builds
Tip revision: 4506eff
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