Exemple #1
0
def test_silly2():
	'''A slightly less trivial test'''
	assert_equal(ss.silly_string("abc"), 'cab')
Exemple #2
0
def test_silly():
	'''A trivial test of silly_string'''
	assert ss.silly_string("")=="", 'empty string'