feat: added dumb review, formatted

This commit is contained in:
Андрей Сумин
2025-03-01 14:08:36 +03:00
parent eedcc8a525
commit eded5b729b
14 changed files with 191 additions and 57 deletions
+1 -4
View File
@@ -24,9 +24,6 @@ class TestSignUp(TestCase):
user.full_clean()
def test_missing_params(self):
user = User(
password="123123",
username="132131232131"
)
user = User(password="123123", username="132131232131")
with self.assertRaises(ValidationError):
user.full_clean()