SSL-Lab-seminar-test
SSL-Seminar-test repository:: Topic - Package Test and Deployment
Synopsis
from ssllabtest import Caculator
calc = Caculator(isAdd=True,
isSub=False,
isMul=False,
isDiv=False,
isRem=False)
sum = calc.adder(1, 2)
print(sum) # sum = 3
Installaion
$ pip3 install ssllabtest
Only install module with pip
Dependancy
- pytest
$ pip3 install -U pytest
Document Index
- TDD (Test-Driven Development)
- From unit-test to module-test
- Package deployment (using pypi)
Release files for khleetest1 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| khleetest1-1.0.0.tar.gz | 2.1 kB | Details |
Release files / khleetest1-1.0.0.tar.gz
| Download URL | khleetest1-1.0.0.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3113e5eee15d305596fa0b8f3a9f3592cfa8b7a4660c9bd4dbed9c29aad35da5
|
|
BLAKE2b-256 checksum How to use checksums |
66d59abd817221393a15cea35f51a6a96e73373a7e26f7744a310de857f61057
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/20.7.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.5.2
|