예제 #1
0
def teardown_after():
    assert_true(True)
예제 #2
0
파일: test.py 프로젝트: Auzzy/personal
def test2():
	assert_true(True)
예제 #3
0
def test():
    assert_true(4 == 4)
예제 #4
0
파일: test.py 프로젝트: Auzzy/personal
	def test1():
		assert_true(True)
예제 #5
0
파일: test.py 프로젝트: Auzzy/pyinq-staging
def test2():
    assert_true(True)
예제 #6
0
파일: test.py 프로젝트: Auzzy/pyinq-staging
 def test1():
     assert_true(True)
예제 #7
0
def test():
	assert_true(4==4)
예제 #8
0
def teardown_after():
	assert_true(True)