Skip to content

Commit 903153b

Browse files
committed
Drop tests that are not implemented
1 parent 9dcfcee commit 903153b

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tests/test_adapter.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@
1111

1212

1313
class AdapterTest(unittest.TestCase):
14-
def test_list(self):
15-
pass
16-
17-
def test_tuple(self):
18-
pass
19-
20-
def test_dict(self):
21-
pass
22-
2314
def test_object(self):
2415
data = inputs.Customer(**{
2516
'first_name': 'Betty',

0 commit comments

Comments
 (0)