https://github.com/Microsoft/CNTK
Revision e7976cc6248b3b7ca5201b2edca6c994510976db authored by Spandan Tiwari on 22 June 2018, 20:08:57 UTC, committed by Spandan Tiwari on 22 June 2018, 20:08:57 UTC
2 parent s 7449613 + 4cd3dc8
Raw File
Tip revision: e7976cc6248b3b7ca5201b2edca6c994510976db authored by Spandan Tiwari on 22 June 2018, 20:08:57 UTC
Merge branch 'master' into sptiwari/onnx1.2_merge
Tip revision: e7976cc
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