From 58d9be68c3f831170a8e5c3d15012f1b27c8e15d Mon Sep 17 00:00:00 2001 From: oker Date: Wed, 12 Oct 2022 11:31:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=A4=96=E5=B1=82=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {Test => test}/AccountTest.py | 0 {Test => test}/BlockTradingTest.py | 0 {Test => test}/BrokerTest.py | 0 {Test => test}/ConvertTest.py | 0 {Test => test}/FundingTest.py | 0 {Test => test}/GridTest.py | 0 {Test => test}/MarketTest.py | 0 {Test => test}/PublicDataTest.py | 0 {Test => test}/StackingTest.py | 0 {Test => test}/SubAccountTest.py | 0 {Test => test}/TradeTest.py | 0 {Test => test}/TradingDataTest.py | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename {Test => test}/AccountTest.py (100%) rename {Test => test}/BlockTradingTest.py (100%) rename {Test => test}/BrokerTest.py (100%) rename {Test => test}/ConvertTest.py (100%) rename {Test => test}/FundingTest.py (100%) rename {Test => test}/GridTest.py (100%) rename {Test => test}/MarketTest.py (100%) rename {Test => test}/PublicDataTest.py (100%) rename {Test => test}/StackingTest.py (100%) rename {Test => test}/SubAccountTest.py (100%) rename {Test => test}/TradeTest.py (100%) rename {Test => test}/TradingDataTest.py (100%) diff --git a/Test/AccountTest.py b/test/AccountTest.py similarity index 100% rename from Test/AccountTest.py rename to test/AccountTest.py diff --git a/Test/BlockTradingTest.py b/test/BlockTradingTest.py similarity index 100% rename from Test/BlockTradingTest.py rename to test/BlockTradingTest.py diff --git a/Test/BrokerTest.py b/test/BrokerTest.py similarity index 100% rename from Test/BrokerTest.py rename to test/BrokerTest.py diff --git a/Test/ConvertTest.py b/test/ConvertTest.py similarity index 100% rename from Test/ConvertTest.py rename to test/ConvertTest.py diff --git a/Test/FundingTest.py b/test/FundingTest.py similarity index 100% rename from Test/FundingTest.py rename to test/FundingTest.py diff --git a/Test/GridTest.py b/test/GridTest.py similarity index 100% rename from Test/GridTest.py rename to test/GridTest.py diff --git a/Test/MarketTest.py b/test/MarketTest.py similarity index 100% rename from Test/MarketTest.py rename to test/MarketTest.py diff --git a/Test/PublicDataTest.py b/test/PublicDataTest.py similarity index 100% rename from Test/PublicDataTest.py rename to test/PublicDataTest.py diff --git a/Test/StackingTest.py b/test/StackingTest.py similarity index 100% rename from Test/StackingTest.py rename to test/StackingTest.py diff --git a/Test/SubAccountTest.py b/test/SubAccountTest.py similarity index 100% rename from Test/SubAccountTest.py rename to test/SubAccountTest.py diff --git a/Test/TradeTest.py b/test/TradeTest.py similarity index 100% rename from Test/TradeTest.py rename to test/TradeTest.py diff --git a/Test/TradingDataTest.py b/test/TradingDataTest.py similarity index 100% rename from Test/TradingDataTest.py rename to test/TradingDataTest.py