diff options
author | 2018-10-25 21:02:42 +0100 | |
---|---|---|
committer | 2018-10-25 21:02:42 +0100 | |
commit | aebf48cff6e41eb6d8dde695b10380da4e57d733 (patch) | |
tree | a58f23912a501a09ce890e9a5983bebd48b545e0 /api/tests | |
parent | Fixed linting (diff) |
code presentasion and help text on models
Diffstat (limited to 'api/tests')
-rw-r--r-- | api/tests/test_models.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/tests/test_models.py b/api/tests/test_models.py index 7dea68b5..a1561a07 100644 --- a/api/tests/test_models.py +++ b/api/tests/test_models.py @@ -34,7 +34,8 @@ class StringDunderMethodTests(SimpleTestCase): SnakeIdiom(idiom='snake snacks'), SnakeName(name='python', scientific='3'), SpecialSnake(name='Pythagoras Pythonista', - info='The only python snake that is born a triangle'), + info='The only python snake that is born a triangle' + ), Role( id=5, name='test role', colour=0x5, permissions=0 |