Using argparse instead of using sys.argv directly
This commit is contained in:
parent
befcadc7fc
commit
2d51e38eab
3 changed files with 31 additions and 16 deletions
2
Makefile
2
Makefile
|
|
@ -6,5 +6,5 @@ init:
|
|||
|
||||
test:
|
||||
rm -f .coverage
|
||||
@nosetests --with-coverage ./tests/
|
||||
@nosetests -sv --with-coverage ./tests/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue