Skip to content

Commit ca1604b

Browse files
committed
Test: use pytest style, import qencode
1 parent 103be7f commit ca1604b

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

tests/test_client.py

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
import unittest
1+
import qencode
22

33

4-
class TestQencodeApiClient(unittest.TestCase):
5-
def setUp(self):
6-
pass
7-
8-
def tearDown(self):
9-
pass
10-
11-
def test_create_task(self):
12-
pass
13-
14-
15-
if __name__ == '__main__':
16-
unittest.main()
4+
def test_client():
5+
assert qencode

0 commit comments

Comments
 (0)