NCIOCPL / bestbets-api

0 stars 4 forks source link

Load test data from a static file #52

Closed blairlearn closed 1 year ago

blairlearn commented 1 year ago

Issue description

The integration tests currently reference the loader as a git submodule and load data from a fixed commit. This is fine in theory, but submodules are a bit hacky and seem to have always been second-class citizens in git.

The best bets API should just load data from a static file the same way the other APIs do it.

ESTIMATE TBD

What's the expected change?

What's the current functionality?

What's the updated acceptance criteria?

Additional details / screenshot

Related Tickets