096d58f25e
This is a first implementation probably a bit raw. So it needs improvement. Tests require: - docker available on host. - docker credentials to the user who is running the tests. Current tests: - Check docker socket - Check docker can be used by api. - Check source installation on Ubuntu, Debian, Fedora. - Check pip installation in Fedora. - Check if client can show an empty configuration. - Check client version format (basic).
10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pytest>=2.6.4
|
|
coverage>=3.6
|
|
mock>=1.0.1
|
|
docker-py>=1.1.0
|
|
path.py>=5.2
|