Commit ba755a01aa26cad332fde57c9fda935db5c3afd2
Committed by
Sergio Oliveira
1 parent
b128f183
Exists in
master
and in
11 other branches
Fixed flake8 in accounts tests
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
colab/accounts/tests/test_user.py
| @@ -5,6 +5,7 @@ Objective: Test parameters, and behavior. | @@ -5,6 +5,7 @@ Objective: Test parameters, and behavior. | ||
| 5 | from colab.accounts.models import User | 5 | from colab.accounts.models import User |
| 6 | from django.test import TestCase, Client | 6 | from django.test import TestCase, Client |
| 7 | 7 | ||
| 8 | + | ||
| 8 | class UserTest(TestCase): | 9 | class UserTest(TestCase): |
| 9 | 10 | ||
| 10 | def setUp(self): | 11 | def setUp(self): |