Codykilpatrick / Celestia

Celestia is a market prediction app for the MMORPG Eve Online. Celestia leverages Neural Networks to predict market prices.
3 stars 2 forks source link

Create testing for python packages #56

Open Codykilpatrick opened 1 year ago

Codykilpatrick commented 1 year ago

The code should be tested with python for 100% coverage. I think this can be accomplished with pytest and should be broken down separately between the models package and the data-pipeline package.