Skip to content

Commit

Permalink
Reorganize ofxget; improve test coverage & type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
csingley committed May 19, 2019
1 parent cc61e80 commit 6f68e3f
Show file tree
Hide file tree
Showing 4 changed files with 796 additions and 518 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
test:
coverage erase
python `which nosetests` -dsv --with-coverage --cover-package ofxtools tests/*.py
mypy ofxtools
mypy tests
python `which nosetests` -dsv --with-coverage --cover-package ofxtools tests/*.py

clean:
find -regex '.*\.pyc' -exec rm {} \;
Expand Down
Loading

0 comments on commit 6f68e3f

Please sign in to comment.