We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8cd34 commit 9473ac0Copy full SHA for 9473ac0
1 file changed
test/test_trading_data.py
@@ -30,15 +30,15 @@ def test_open_interest_volume_strike(self):
30
31
"""
32
33
- def test_get_open_interest_history(self):
34
- print(self.TradingDataAPI.get_open_interest_history(instId='BTC-USDT-SWAP'))
35
-
36
- def test_get_open_interest_history_with_params(self):
37
- print(self.TradingDataAPI.get_open_interest_history(
38
- instId='BTC-USDT-SWAP',
39
- period='1H',
40
- limit='50'
41
- ))
+ # def test_get_open_interest_history(self):
+ # print(self.TradingDataAPI.get_open_interest_history(instId='BTC-USDT-SWAP'))
+ #
+ # def test_get_open_interest_history_with_params(self):
+ # print(self.TradingDataAPI.get_open_interest_history(
+ # instId='BTC-USDT-SWAP',
+ # period='1H',
+ # limit='50'
+ # ))
42
43
if __name__ == "__main__":
44
unittest.main()
0 commit comments