SSL-Seminar-test repository:: Topic - Package Test and Deployment
Project description
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)
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
khleetest1-1.0.0.tar.gz
(2.1 kB
view details)
File details
Details for the file khleetest1-1.0.0.tar.gz.
File metadata
- Download URL: khleetest1-1.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3113e5eee15d305596fa0b8f3a9f3592cfa8b7a4660c9bd4dbed9c29aad35da5
|
|
| MD5 |
3d4993ed37f8045ab1d37367e722fe52
|
|
| BLAKE2b-256 |
66d59abd817221393a15cea35f51a6a96e73373a7e26f7744a310de857f61057
|