guidopetri / chess-pipeline

Pulling games from the Lichess API into a PostgreSQL database for data analysis.
GNU General Public License v3.0
20 stars 2 forks source link

Set up staging environment #64

Open guidopetri opened 2 years ago

guidopetri commented 2 years ago

A lot of the pipeline issues that crop up can't really be found by running tests without a proper staging environment. I think I can set up something under tests/ that uses a local .env to connect to a staging environment and run whatever tests are required (along with cleanup).