Skip to content

Commit 062f3df

Browse files
committedJun 30, 2018
basic passing test case
1 parent 29fcdcf commit 062f3df

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
 

‎__init__.py

Whitespace-only changes.

‎test/__init__.py

Whitespace-only changes.

‎test/test_download_direct.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from download_direct import main
2+
3+
def test_download_one_bill():
4+
'''
5+
Confirm we can download a bill without throwing an error.
6+
'''
7+
main('20150605', 'SOA', '3', '1772', '74')

0 commit comments

Comments
 (0)
Please sign in to comment.