Exemplo n.º 1
0
 def test_1(self):
     lcc.assert_that("somevalue", "foo", lcc.equal_to("bar"))
Exemplo n.º 2
0
 def sometest(self):
     lcc.check_that("foo", 1, lcc.equal_to(1))
Exemplo n.º 3
0
 def test_1(self):
     lcc.check_that("somevalue", "foo", lcc.equal_to("bar"))
Exemplo n.º 4
0
 def test_1(self):
     lcc.require_that("somevalue", "foo", lcc.equal_to("bar"))
Exemplo n.º 5
0
 def test_2_3(self):
     lcc.check_that("foo", 2, lcc.equal_to(2))
Exemplo n.º 6
0
 def test_3_3(self):
     lcc.check_that("foo", 1, lcc.equal_to(1))
Exemplo n.º 7
0
 def test_1_3(self):
     lcc.check_that("foo", 3, lcc.equal_to(2))
Exemplo n.º 8
0
 def sometest(self):
     lcc.set_step(u"éééààà")
     lcc.check_that(u"éééààà", 1, lcc.equal_to(1))
     lcc.log_info(u"éééààà")
     lcc.save_attachment_content("A" * 1024, u"somefileààà", u"éééààà")
     lcc.log_url("http://example.com", "example")
Exemplo n.º 9
0
 def sometest(self):
     lcc.check_that("val", 1, lcc.equal_to(2))
Exemplo n.º 10
0
 def fixt():
     yield
     lcc.check_that("val", 1, lcc.equal_to(2))
Exemplo n.º 11
0
 def teardown_suite(self):
     lcc.check_that("val", 1, lcc.equal_to(2))