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

Commit

Permalink
Add at least one test for id; #287
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Apr 7, 2013
1 parent 9474ae8 commit dc2020e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_participant_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ def test_getting_tips_not_made(self):
assert actual == expected, actual


# id

def test_participant_gets_a_long_id(self):
actual = type(self.make_participant('alice').id)
assert actual == long, actual


# set_tip_to - stt

def test_stt_sets_tip_to(self):
Expand Down

0 comments on commit dc2020e

Please sign in to comment.