mirror of https://github.com/01-edu/public.git
eslopfer
2 years ago
1 changed files with 0 additions and 13 deletions
@ -1,13 +0,0 @@
|
||||
import sys |
||||
|
||||
sys.path.append('student') |
||||
|
||||
from concat_string import concat |
||||
|
||||
def test_concat(): |
||||
assert concat("Hello", "World") == "Hello, World" |
||||
assert concat("Hi", "there") == "Hi, there" |
||||
assert concat("", "") == ", " |
||||
assert concat("Hello", "") == "Hello, " |
||||
assert concat("", "World") == ", World" |
||||
test_concat() |
Loading…
Reference in new issue