https://github.com/Microsoft/CNTK
Revision 8e8b5ff92eff4647be5d41a5a515956907567126 authored by Mark Hillebrand on 22 December 2016, 09:29:41 UTC, committed by Mark Hillebrand on 22 December 2016, 09:29:41 UTC
1 parent 32a135b
Raw File
Tip revision: 8e8b5ff92eff4647be5d41a5a515956907567126 authored by Mark Hillebrand on 22 December 2016, 09:29:41 UTC
Examples/SequenceClassification/SimpleExample/Python/SequenceClassification.py: fix sys.path.append()
Tip revision: 8e8b5ff
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 CNTK wiki on github at

https://github.com/Microsoft/CNTK/wiki/How-to-Test
back to top