Nihilate / Roboragi

Roboragi is a Reddit bot which helps link anime, manga, and other Japanese media.
GNU Affero General Public License v3.0
164 stars 30 forks source link

Add the ability to run integration tests in the build pipeline #46

Open Nihilate opened 6 years ago

Nihilate commented 6 years ago

The CI pipeline should have the ability to run integration tests against the live data sources. It's very important that this be done in a way which doesn't expose secrets! Because of this, I suspect secret configuration will need to be handled via environment variables first, then via config file as a fallback, and will affect how #21 is handled.