Creates Unit Tests for Python Packages

Verify whether python packages can ne imported and used with unit test instead of algorithm
This commit is contained in:
AlexCatarino
2019-07-09 23:32:26 +01:00
parent 1e19ac4572
commit cdca13a6f6
5 changed files with 517 additions and 260 deletions
@@ -100,7 +100,6 @@
<Compile Include="OrderTicketDemoAlgorithm.py" />
<Compile Include="ParameterizedAlgorithm.py" />
<Compile Include="PearsonCorrelationPairsTradingAlphaModelFrameworkAlgorithm.py" />
<Compile Include="PythonPackageTestAlgorithm.py" />
<Compile Include="QCUWeatherBasedRebalancing.py" />
<Compile Include="QuandlFuturesDataAlgorithm.py" />
<Compile Include="QuandlImporterAlgorithm.py" />