Summa Solutions Testing Framework
Project description
Summa Solutions Testing Framework
1. Build Docker image
1.1. Without library packaging
This way can be used for a development environment or to avoid packaging the summa-testing-framework-summasolutions library.
docker build -t summasolutions/stf[:<tag>] ./
1.2. With library packaging
1.2.1. Package the summa-testing-framework-summasolutions library.
python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository pypi dist/*
1.2.2. Build the Docker image once the library has been updated to PyPi
docker build -t summasolutions/stf[:<tag>] docker/
2. Publish Docker image
docker push summasolutions/stf:<tag>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file summa-testing-framework-summasolutions-0.1.62.tar.gz.
File metadata
- Download URL: summa-testing-framework-summasolutions-0.1.62.tar.gz
- Upload date:
- Size: 30.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13c4be283dd45ac3cc06d9a35f124cbfefe0e2cfee87027b9625d5d9a3af82ee
|
|
| MD5 |
f8499f75917c9e49443404509453834e
|
|
| BLAKE2b-256 |
5744eee76dc0092d2f53f748500a47001311334463aeefd76967cdbf180ee13c
|