Skip to content

Commit

Permalink
remove unused nosetest references
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Feb 10, 2024
1 parent ff17e13 commit 0b199cc
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tdameritrade/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,6 @@ def tdclient():


class TestExtension:
def setup(self):
pass
# setup() before each test method

def teardown(self):
pass
# teardown() after each test method

@classmethod
def setup_class(cls):
pass
# setup_class() before any methods in this class

@classmethod
def teardown_class(cls):
pass
# teardown_class() after any methods in this class

def test_init(self, tdclient):
assert tdclient._refreshToken == "reftoken"

Expand Down

0 comments on commit 0b199cc

Please sign in to comment.