예제 #1
0
def test_ab():
    assert string_splosion('ab') == 'aab'
예제 #2
0
def test_the_word_kitten():
    assert string_splosion('Kitten') == 'KKiKitKittKitteKitten'
예제 #3
0
def test_x():
    assert string_splosion('x') == 'x'
예제 #4
0
def test_abc():
    assert string_splosion('abc') == 'aababc'
예제 #5
0
def test_the_word_code():
    assert string_splosion('Code') == 'CCoCodCode'
예제 #6
0
def test_ab():
    assert string_splosion('ab') == 'aab'
예제 #7
0
def test_x():
    assert string_splosion('x') == 'x'
예제 #8
0
def test_the_word_kitten():
    assert string_splosion('Kitten') == 'KKiKitKittKitteKitten'
예제 #9
0
def test_the_word_code():
    assert string_splosion('Code') == 'CCoCodCode'
예제 #10
0
def test_abc():
    assert string_splosion('abc') == 'aababc'