Skip to content

Commit

Permalink
Refactor test suite names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Smith committed Nov 30, 2016
1 parent 1241f5d commit 235406f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/sample.py → tests/staticmodel_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def children(self):
person is not self and self in person.parents)


class SampleTest(TestCase):
class StaticModelTests(TestCase):
maxDiff = None
# TODO: Increase test coverage

Expand Down

0 comments on commit 235406f

Please sign in to comment.