Browse Source

PEP8/PyLint on test_types.py

Roland Haroutiounian 9 years ago
parent
commit
2ea37c3112
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      EditorialModel/test/test_types.py

+ 2
- 0
EditorialModel/test/test_types.py View File

@@ -4,6 +4,7 @@ from EditorialModel.model import Model
4 4
 from EditorialModel.classtypes import EmNature
5 5
 from EditorialModel.backend.json_backend import EmBackendJson
6 6
 
7
+
7 8
 class TypeTestCase(unittest.TestCase):
8 9
 
9 10
     def setUp(self):
@@ -20,6 +21,7 @@ class TypeTestCase(unittest.TestCase):
20 21
         self.couleur_group = self.model.component(20)
21 22
         self.couleur_field = self.model.component(21)
22 23
 
24
+
23 25
 class TestSelectField(TypeTestCase):
24 26
 
25 27
     def test_select_field(self):

Loading…
Cancel
Save