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.