Skip to content

Commit

Permalink
Merge pull request #161 from sneakypete81/tox
Browse files Browse the repository at this point in the history
Add Tox changelog location
  • Loading branch information
rafaelpivato committed Nov 2, 2020
2 parents 5cbabc5 + e181f4c commit 23a34ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_changelogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3179,6 +3179,12 @@ def test_timecodes():
assert "- Initial release." in log["0.0.1"]


def test_tox():
log = changelogs.get("tox")
assert "- Fix bug with incorrectly defactorized dependencies" in log["3.5.3"]
assert "- level three verbosity (``-vvv``) show the packaging output" in log["3.5.2"]


def test_xlsx_streaming():
log = changelogs.get("xlsx_streaming")
assert "* First public versi" in log["0.1.0"]
Expand Down

0 comments on commit 23a34ac

Please sign in to comment.