Hello World from OSS Silicon Valley


HowToUse/Nosetests/1.3

_ Prerequisite

_ Install&Setup

Step.1
Install nose.
$ pip install nose

_ HowToUse

Step.1
Prepare test scripts. unittest is commonly used.
Step.2
Run test script.
$ nosetests

If you describe the command line in Travis-CI's configuration file, test would run after you commits new code to repository. You can refer Overall/Travis-CI

_ Author

S.Yatsuzuka

Last-modified: 2016-04-10 (Sun) 16:57:40 (2930d)