Skip to content

Commit

Permalink
user stat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csu committed Dec 22, 2014
1 parent 16c966f commit 58d378a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/test_user_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ def setup_class(cls):
print "Setup here"

def test_exists(self):
print "Placeholder"
for stat in self.test_stats:
assert stat['answers']
assert stat['edits']
assert stat['followers']
assert stat['following']
assert stat['questions']
assert stat['name']
assert stat['username']

def test_type(self):
for stat in self.test_stats:
Expand Down

0 comments on commit 58d378a

Please sign in to comment.