Beispiel #1
0
 def setUp(self):
     self.unit = Unit(
         translation=Translation(
             subproject=SubProject()
         )
     )
     self.profile = Profile()
Beispiel #2
0
 def setUp(self):
     self.unit = Unit(translation=Translation(
         component=Component(
             project=Project(source_language=Language(), slug="p",
                             name="p"),
             slug="c",
             name="c",
         ),
         language=Language(),
     ))
     self.profile = Profile()
Beispiel #3
0
 def setUp(self):
     self.unit = Unit(translation=Translation(component=Component()))
     self.profile = Profile()