# 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 khleepkg01 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 | |
|---|---|---|---|
| khleepkg01-0.0.1.tar.gz | 2.2 kB | Details |
Release files / khleepkg01-0.0.1.tar.gz
| Download URL | khleepkg01-0.0.1.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
27fffbd074c7cdb693e337afd4f7e541fe61bf87ab65e384a5b55f9fb2dd49f8
|
|
BLAKE2b-256 checksum How to use checksums |
a8c40e5761ecdfc4619bc0af4e1bd661d8303732533176aa418d0b1949a91251
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|