Ejemplo n.º 1
0
 def setup_class(klass):
     klass.uuid = uuiddqd.generate()
Ejemplo n.º 2
0
 def setup_class(klass):
   klass.uuid = uuiddqd.generate()
Ejemplo n.º 3
0
 def test_random(self):
     another_uuid = uuiddqd.generate()
     assert_not_equal(self.uuid, another_uuid)
Ejemplo n.º 4
0
 def test_random(self):
   another_uuid = uuiddqd.generate()
   assert_not_equal(self.uuid, another_uuid)