cuemacro / finmarketpy

Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians)
http://www.cuemacro.com
Apache License 2.0
3.41k stars 490 forks source link

Unit tests and continuous Integration #3

Open femtotrader opened 8 years ago

femtotrader commented 8 years ago

Hello,

it may be a good idea to add unit tests (nosetests or pytest...) and Continuous Integration (Travis-CI ?) to your project.

Kind regards

saeedamen commented 8 years ago

I definitely want to add unit tests to it. At the moment I'm the only contributor for the project, so hoping with more contributors, I'll have more time to write unit tests. I also need to document the code better, I started, but haven't really finished that.