Ejemplo n.º 1
0
 def i_want_to(self):
     return rand_lorem_phrase(5, 20)
Ejemplo n.º 2
0
 def so_i_can(self):
     return rand_lorem_phrase(3, 12)
Ejemplo n.º 3
0
 def as_a(self):
     return rand_lorem_phrase(2, 5)
Ejemplo n.º 4
0
 def description(self):
     return rand_lorem_phrase(10, 100)
Ejemplo n.º 5
0
 def name(self):
     return rand_lorem_phrase(3, 15)
Ejemplo n.º 6
0
 def title(self):
     return rand_lorem_phrase(3, 8)
Ejemplo n.º 7
0
 def body(self):
     return rand_lorem_phrase(10, 100)