xing / mango

A fastlane plugin that lets you execute tasks in a managed docker container
MIT License
51 stars 8 forks source link

Split out docker commands and add tests for them. #19

Closed dhartwich1991 closed 6 years ago

dhartwich1991 commented 6 years ago

We want to add more tests for this plugin :) Thus, it is necessary / helpful to split out the business logic for smaller parts into their own helpers. This will make them testable and easier to maintain.

This PR extracts the interaction with Docker and adds tests for it.