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

Loading…
Cancel
Save