From 71ab27384b134678dcb5563028e0ccfe0da53e13 Mon Sep 17 00:00:00 2001 From: C-SELLERS Date: Mon, 22 Jun 2020 16:02:35 -0700 Subject: [PATCH] Format --- Tests/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/readme.md b/Tests/readme.md index b8457c2cfadc..b813b0048759 100644 --- a/Tests/readme.md +++ b/Tests/readme.md @@ -24,13 +24,13 @@ If the above installation, build, and initial run was succesful than we can move ### Common Problems -Having .NetFramework issues with testing? +####Having .NetFramework issues with testing? - Install [NUnit3TestAdapter](https://marketplace.visualstudio.com/items?itemName=NUnitDevelopers.NUnit3TestAdapter) for VS -Python Algorithm tests not working? +####Python Algorithm tests not working? - Ensure Python has been setup as described [here](https://github.com/QuantConnect/Lean/tree/master/Algorithm.Python#install-python-36) -Missing dependencies for Python Algorithm? +####Missing dependencies for Python Algorithm? - Use pip or conda to install the module.