Thousandaire / thousandaire

Hellow python! Hellow rich world!
MIT License
1 stars 3 forks source link

Implement unit tests for all indicators in evaluation. #10

Open b821213 opened 4 years ago

b821213 commented 4 years ago

Indicators in our evalution (currently implemented in evaluation.py) are highly independent and testable. Since it is difficult to tell whether they work well by checking their results on an alpha (due to the complexity), it's better to have unit tests for them.

b821213 commented 3 years ago

@ioumu8 I think we can start to work on this issue since we already set up our first unit test workflow.