robertmartin8 / MachineLearningStocks

Using python and scikit-learn to make stock predictions
MIT License
1.74k stars 506 forks source link

Add some unit testing! #6

Closed robertmartin8 closed 6 years ago

robertmartin8 commented 6 years ago

In the interests of stability and best practice, it would probably be a good idea to add some basic unit tests.

Only problem is I have to find a way to write meaningful tests without actually having to download all of the data etc each time I run a test.