# SSL-Lab-seminar-test
SSL-Seminar-test repository:: Topic - Package Test and Deployment
## Synopsis
```python
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
```bash
$ pip3 install ssllabtest
```
Only install module with pip
## Dependancy
- pytest
```bash
$ pip3 install -U pytest
```
## Document Index
1. TDD (Test-Driven Development)
2. From unit-test to module-test
3. Package deployment (using pypi)
SSL-Seminar-test repository:: Topic - Package Test and Deployment
## Synopsis
```python
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
```bash
$ pip3 install ssllabtest
```
Only install module with pip
## Dependancy
- pytest
```bash
$ pip3 install -U pytest
```
## Document Index
1. TDD (Test-Driven Development)
2. From unit-test to module-test
3. Package deployment (using pypi)
Release files for khleepkg02 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| khleepkg02-0.0.1.tar.gz | 1.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| khleepkg02-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:5.4 kB
Release files / khleepkg02-0.0.1.tar.gz
| Download URL | khleepkg02-0.0.1.tar.gz |
|---|---|
| Size | 1.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
85ac508fc284e0029191a3c9dc6cc63b3ba01df797919b091d2e6bdd5633c1d1
|
|
BLAKE2b-256 checksum How to use checksums |
8b17f8b979e1a423e3d1ccc8e6e736568af912eb230087a6d780e10d77e0c1c9
|
| 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
|
Release files / khleepkg02-0.0.1-py3-none-any.whl
| Download URL | khleepkg02-0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d6117925ee3c1b3f6d813ba64a6a13489d9636db3e508a99a46b362404e6f8c6
|
|
BLAKE2b-256 checksum How to use checksums |
bbb09c804dcdd52ba4c42234bcc35eea90a25d4815bbd5361cc33b032954bc24
|
| 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
|