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.
test_trade.pytests are currently out of sync with implementation functions this test case covers.For example,
sell_allfunction does now requireaccountandsecretparams, while test do not provide ones.Review
test_trade.pyand remove@unittest.skipdecorator.