Skip to content

Commit ee6ebaa

Browse files
committed
initial commit of main test script
1 parent 27fa5fa commit ee6ebaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
import pytest
5+
6+
7+
def test_template():
8+
return True

0 commit comments

Comments
 (0)