Esempio n. 1
0
 def test_1(self):
     lcc.assert_that("somevalue", "foo", lcc.equal_to("bar"))
Esempio n. 2
0
 def sometest(self):
     lcc.check_that("foo", 1, lcc.equal_to(1))
Esempio n. 3
0
 def test_1(self):
     lcc.check_that("somevalue", "foo", lcc.equal_to("bar"))
Esempio n. 4
0
 def test_1(self):
     lcc.require_that("somevalue", "foo", lcc.equal_to("bar"))
Esempio n. 5
0
 def test_2_3(self):
     lcc.check_that("foo", 2, lcc.equal_to(2))
Esempio n. 6
0
 def test_3_3(self):
     lcc.check_that("foo", 1, lcc.equal_to(1))
Esempio n. 7
0
 def test_1_3(self):
     lcc.check_that("foo", 3, lcc.equal_to(2))
Esempio 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")
Esempio n. 9
0
 def sometest(self):
     lcc.check_that("val", 1, lcc.equal_to(2))
 def fixt():
     yield
     lcc.check_that("val", 1, lcc.equal_to(2))
 def teardown_suite(self):
     lcc.check_that("val", 1, lcc.equal_to(2))