CNTK/Tests
Mickaël Schoentgen b732aeb0fd Fix several DeprecationWarning: invalid escape sequence
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
2019-01-05 22:36:45 +01:00
..
EndToEndTests Fix several DeprecationWarning: invalid escape sequence 2019-01-05 22:36:45 +01:00
Install fix nightly issues related to onnx dependencies 2018-08-29 17:19:19 -07:00
UnitTests Replaced wchar/wstring with char/string in C interface 2018-10-12 14:12:23 -07:00
README.md

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