diff options
author | Justyna Ilczuk <justyna.ilczuk@gmail.com> | 2013-01-13 13:53:17 +0100 |
---|---|---|
committer | Justyna Ilczuk <justyna.ilczuk@gmail.com> | 2013-01-13 13:53:17 +0100 |
commit | 837d4c4bce813919f6713f76c7c24404951751f6 (patch) | |
tree | 738e3d1d36083258d211217641ddbbe58f31b8c0 /Sencha-lang/Tests/how_to_run_tests | |
parent | 53f8ba2097355f7f488ed04b1d86d037e47216f2 (diff) | |
download | sencha-lang-837d4c4bce813919f6713f76c7c24404951751f6.tar.gz sencha-lang-837d4c4bce813919f6713f76c7c24404951751f6.tar.bz2 sencha-lang-837d4c4bce813919f6713f76c7c24404951751f6.tar.xz sencha-lang-837d4c4bce813919f6713f76c7c24404951751f6.zip |
Some informative comments.
Diffstat (limited to 'Sencha-lang/Tests/how_to_run_tests')
-rw-r--r-- | Sencha-lang/Tests/how_to_run_tests | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Sencha-lang/Tests/how_to_run_tests b/Sencha-lang/Tests/how_to_run_tests new file mode 100644 index 0000000..91f27c2 --- /dev/null +++ b/Sencha-lang/Tests/how_to_run_tests @@ -0,0 +1,40 @@ +It's simple. + +Go to the terminal. +Find SenchaLang exectuive file. Run it with --test. + +When I just did it, I got such output: +""" +I'm running tests + +Testing lexer... + +ALL TESTS PASSED +5 TESTS PASSED +0 TESTS FAILED +ALL TESTS: 5 + +Testing ASTInspector... + +ALL TESTS PASSED +2 TESTS PASSED +0 TESTS FAILED +ALL TESTS: 2 + +Testing parser... + +ALL TESTS PASSED +4 TESTS PASSED +0 TESTS FAILED +ALL TESTS: 4 + +Testing standard library... + +SOME TESTS DIDN'T PASS +in test_string_lib: Write this test + + +0 TESTS PASSED +1 TESTS FAILED +ALL TESTS: 1 +"""
\ No newline at end of file |