Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Removed extra test code, new line to mock_data.py, bullet in CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
mengler committed Mar 14, 2019
1 parent c7b8c4e commit 56d1607
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix inconsistent date format. All the new date fields now follow the English format `MM/DD/YYYY`. [#57]
- Build the Docker image with the right version of ScrAPD. [#54]
- Fix the parsing of the `Notes`. [#55]
- Further improvements to `Notes` parsing. [#64]

## [[1.4.2]] - 2019-03-03

Expand Down
3 changes: 0 additions & 3 deletions tests/core/test_apd.py
Expand Up @@ -206,9 +206,6 @@ def test_parse_details_page_notes_02():
'there were 71 fatal traffic crashes and 76 traffic fatalities. These statements are based on '
'the initial assessment of the fatal crash and investigation is still pending. Fatality information may change.'
)
if actual != expected:
with open("diff.txt", "w") as outfile:
outfile.write(actual + '\n\n\n' + expected)
assert actual == expected


Expand Down
2 changes: 1 addition & 1 deletion tests/mock_data.py
Expand Up @@ -25,4 +25,4 @@
<br />
This is Austin’s 73rd fatal traffic crash of 2018, resulting in 74 fatalities this year. At this time in 2017, there were 71 fatal traffic crashes and 76 traffic fatalities.<br />
<br /><strong><em>These statements are based on the initial assessment of the fatal crash and investigation is still pending. Fatality information may change.</em></strong></p>
"""
"""

0 comments on commit 56d1607

Please sign in to comment.