package
1.12.2
Repository: https://github.com/miketheprogrammer/deis.git
Documentation: pkg.go.dev

# README

Deis Tests

This directory contains a Go package with integration tests for the Deis open source PaaS.

Please refer to Testing Deis for help with running these tests.

Testing Deis

NOTE: These integration tests are targeted for use in Deis' continuous integration system. The tests currently assume they are targeting a freshly provisioned Deis cluster. Don't run the integration tests on a Deis installation with existing users; the tests will fail and could overwrite data.

# Packages

Package dockercli provides helper functions for testing with Docker.
Package etcdutils helps test interactions with etcd.
Package mock provides mock objects and setup for Deis tests.
Package utils contains commonly useful functions from Deis testing.