You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_trade.py tests are currently out of sync with implementation functions this test case covers.
For example, sell_all function does now require account and secret params, while test do not provide ones.
Review test_trade.py and remove @unittest.skip decorator.
The text was updated successfully, but these errors were encountered:
test_trade.py
tests are currently out of sync with implementation functions this test case covers.For example,
sell_all
function does now requireaccount
andsecret
params, while test do not provide ones.Review
test_trade.py
and remove@unittest.skip
decorator.The text was updated successfully, but these errors were encountered: