cristian-bicheru / fast-ta

Python Technical Analysis Library For Big Data
https://fast-ta.readthedocs.io/en/latest/index.html
MIT License
10 stars 4 forks source link

Write Basic Unit tests for indicators #7

Closed CalderWhite closed 4 years ago

CalderWhite commented 4 years ago

We don't need anything crazy, just something that tells us our code has not completely messed up the underlying indicators. We'll hold on a full blown integration test with python & C for now and settle just for the C functions.

This will have its challenges due to the known discrepancies caused by multithreading, so they must be accounted for in the multithreading tests.

CalderWhite commented 4 years ago

Added bazel building to the project so we can use gtest.

CalderWhite commented 4 years ago

Done RSI.