Skip to content

Commit

Permalink
add desdr to test connections
Browse files Browse the repository at this point in the history
  • Loading branch information
mgckind committed Oct 3, 2018
1 parent 128890f commit f8cc333
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ def test_connect_desoper(self):
con = ea.connect('desoper', quiet=True)
self.assertTrue(con.ping())

def test_connect_desdr(self):
con = ea.connect('desdr', quiet=True)
self.assertTrue(con.ping())

@unittest.skip("remove destest from tests")
def test_connect_destest(self):
con = ea.connect('destest', quiet=True)
Expand Down

0 comments on commit f8cc333

Please sign in to comment.