Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbuschka/testdrive
Test driver for docker container based integration tests.
https://github.com/cbuschka/testdrive
docker docker-compose integration-testing
Last synced: 17 days ago
JSON representation
Test driver for docker container based integration tests.
- Host: GitHub
- URL: https://github.com/cbuschka/testdrive
- Owner: cbuschka
- License: gpl-3.0
- Created: 2019-04-17T20:49:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T22:37:27.000Z (almost 4 years ago)
- Last Synced: 2024-11-15T16:17:51.791Z (3 months ago)
- Topics: docker, docker-compose, integration-testing
- Language: Python
- Homepage:
- Size: 161 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Testdrive
### Test driver for docker container based integration tests.
## Setup dev
### Prerequesites
* Linux
* python 3.7 with virtualenv
* GNU make
* docker### Set up dev env
```
./scripts/setup-dev.sh
``````
source ./.venv/3.7/bin/active
```=> Ready to develop.
## Build
(Assuming dev env is set up.)
```
./scripts/build-linux.sh
```## License
Copyright (c) 2016-2020 by the [Cornelius Buschka](https://github.com/cbuschka).This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a [copy of the GNU General Public License](./license.txt)
along with this program. If not, see [GNU GPL v3 at http://www.gnu.org](http://www.gnu.org/licenses/gpl-3.0.txt).