We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c5822 commit 0cc30fbCopy full SHA for 0cc30fb
tests/test_connection.py
@@ -16,10 +16,6 @@ def test_connect_destest(self):
16
con = ea.connect('destest', quiet=True)
17
self.assertTrue(con.ping())
18
19
- def test_connect_newsci(self):
20
- con = ea.connect('oldsci', quiet=True)
21
- self.assertTrue(con.ping())
22
-
23
# @unittest.skip("Not implemented yet")
24
# def test_connect_memsql(self):
25
# con = ea.connect('memsql')
0 commit comments