dreamteamrepos / bashellite

Like another repository manager you may know, but with the ability to sync more than just rpm mirrors.
MIT License
2 stars 5 forks source link

Bashellite lacks automated integration testing #24

Open codrcodz opened 6 years ago

codrcodz commented 6 years ago

Bashellite lacks integration tests that emulate the production environment and test overall functionality.

Proposed solution includes building a CI/CD pipeline in Travis that uses doctl to build a test env that spins up an rsyncd server and a simple http server to serve test repos, then run integration tests against those using git hooks to indicate whether or not new commits should be merged based on test results.

codrcodz commented 6 years ago

Parts of the pipeline are now built thanks to PR #40

Bashellite now has:

Still need: