8 lines
48 B
Python
8 lines
48 B
Python
"""
|
|
foobuzz test
|
|
"""
|
|
|
|
|
|
def test_foo():
|
|
pass
|