christianspecht / scm-backup

Makes offline backups of your cloud hosted source code repositories
https://scm-backup.org/
GNU General Public License v3.0
59 stars 20 forks source link

Make it easier for contributors to execute the integration tests #14

Closed christianspecht closed 5 years ago

christianspecht commented 6 years ago

To execute the integration tests, a potential contributor needs to create test users and test repositories for each hoster, but this could be made easier.

christianspecht commented 6 years ago

Idea: At the moment, the URLs for all test repos are coming from the environment variables. URLs for the public test repos could be hard-coded in the test subclasses, just authenticate with user/password from the environment variables. This way, contributors would only have to re-create the private test repos.