BetterCloud / vault-java-driver

Zero-dependency Java client for HashiCorp's Vault
https://bettercloud.github.io/vault-java-driver/
335 stars 224 forks source link

externalize integration test set up as seperate module #225

Open meshpaul opened 4 years ago

meshpaul commented 4 years ago

Hi I think as minor enhancement and generalization the integration test set up code can be externalized as separate module. Your work can be re-used for integration testing for thouse who want to utilize this. Since this is docker specific and some CI tools like concourse may have an issue with this perhaps name this as such vault-java-driver-test-harness-docker or similar what do you think?