Skip to content

Commit d36e204

Browse files
authored
Merge pull request #2 from code-yeongyu/feature/setup-project-add-sample-test
Add sample test to project
2 parents bdca1cd + 85a4f74 commit d36e204

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ygka/tests/test_sample.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def test_one_plus_one_equals_two():
2+
assert 1 + 1 == 2

0 commit comments

Comments
 (0)