style
[redakcja.git] / apps / apiclient / tests.py
index 2247054..13cd4a5 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 """
 This file demonstrates two different styles of tests (one doctest and one
 unittest). These will both pass when you run "manage.py test".
 """
 This file demonstrates two different styles of tests (one doctest and one
 unittest). These will both pass when you run "manage.py test".
@@ -7,6 +8,7 @@ Replace these with more appropriate tests for your application.
 
 from django.test import TestCase
 
 
 from django.test import TestCase
 
+
 class SimpleTest(TestCase):
     def test_basic_addition(self):
         """
 class SimpleTest(TestCase):
     def test_basic_addition(self):
         """
@@ -20,4 +22,3 @@ Another way to test that 1 + 1 is equal to 2.
 >>> 1 + 1 == 2
 True
 """}
 >>> 1 + 1 == 2
 True
 """}
-