Skip to content

Commit

Permalink
Merge pull request #29 from WoLpH/develop
Browse files Browse the repository at this point in the history
Removing debug statement
  • Loading branch information
wolph committed Dec 7, 2016
2 parents 224316c + 2446247 commit c930347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ pip-log.txt
.tox
nosetests.xml
cover
/.cache/
/htmlcov/

# Translations
*.mo
Expand All @@ -44,4 +46,3 @@ output/*/index.html
docs/_build
/docs/doctrees/
/docs/html/
/docs/doctrees/
2 changes: 1 addition & 1 deletion tests/test_sta_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def compare(a, b, key=''):
@pytest.mark.parametrize('sta_file', get_sta_files())
def test_parse(sta_file):
transactions = mt940.parse(sta_file)
write_yaml_data(sta_file, transactions)
# write_yaml_data(sta_file, transactions)
expected = get_yaml_data(sta_file)

assert len(transactions) >= 0
Expand Down

0 comments on commit c930347

Please sign in to comment.