Skip to content

Commit

Permalink
unitttests
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 11, 2024
1 parent 3955852 commit 52b1f6a
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions unittest_unicorn_fy.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,34 +448,6 @@ def tearDown(self):
del self.unicorn_fy


class TestBinanceJeWebsocket(unittest.TestCase):
def setUp(self):
self.unicorn_fy = UnicornFy()
self.unicorn_fy_version = str(self.unicorn_fy.get_version())

def test_template(self):
data = ''
asserted_result = ""
self.assertEqual(str(self.unicorn_fy.binance_je_websocket(data)), asserted_result)

def tearDown(self):
del self.unicorn_fy


class TestBinanceJexWebsocket(unittest.TestCase):
def setUp(self):
self.unicorn_fy = UnicornFy()
self.unicorn_fy_version = str(self.unicorn_fy.get_version())

def test_template(self):
data = ''
asserted_result = ""
self.assertEqual(str(self.unicorn_fy.jex_com_websocket(data)), asserted_result)

def tearDown(self):
del self.unicorn_fy


class TestBinanceUsWebsocket(unittest.TestCase):
def setUp(self):
self.unicorn_fy = UnicornFy()
Expand Down

0 comments on commit 52b1f6a

Please sign in to comment.