summaryrefslogtreecommitdiff
path: root/tests/test_cli.py
Commit message (Collapse)AuthorAgeFilesLines
* Format cli.py and add cli-testsVictor Uriarte2016-06-201-0/+37
|
* Replace tests/utils with conftest.pyVictor Uriarte2016-06-201-7/+4
| | | | http://stackoverflow.com/questions/34466027/what-is-the-use-of-conftest-py
* Replace other UnitTest with Py.TestVictor Uriarte2016-06-201-1/+0
|
* Add test_cli.pyVictor Uriarte2016-06-151-0/+42
References: http://stackoverflow.com/questions/18160078/how-do-you-write-tests-for-the-argparse-portion-of-a-python-module http://dustinrcollins.com/testing-python-command-line-apps https://github.com/mdklatt/cookiecutter-python-app