Skip to content

Commit 34de8b2

Browse files
author
Adrian Chang
committed
done
1 parent 117bb9d commit 34de8b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from lbox.example.art import coffee
2+
3+
class TestArt:
4+
5+
def test_logo(self):
6+
result = coffee()
7+
assert result == "c[_]"

0 commit comments

Comments
 (0)