Skip to content

Commit

Permalink
Merge pull request #66 from chelseadole/gabe_two
Browse files Browse the repository at this point in the history
Added test for travis badge.
  • Loading branch information
famavott committed Dec 21, 2017
2 parents 4565196 + 770d1b3 commit 0749a56
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions write_me/test_travis_badge.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Test travis badge."""
from write_me.travis_badge import get_travis_badge


def test_travis_badge_returns_str():
"""Test get_travis_badge returns str."""
res = get_travis_badge()
assert isinstance(res, str)

0 comments on commit 0749a56

Please sign in to comment.