Using argparse instead of using sys.argv directly

This commit is contained in:
Lincoln de Sousa 2013-07-26 14:42:32 -04:00
commit 2d51e38eab
3 changed files with 31 additions and 16 deletions

View file

@ -6,5 +6,5 @@ init:
test:
rm -f .coverage
@nosetests --with-coverage ./tests/
@nosetests -sv --with-coverage ./tests/