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
```python
from khleepkg03.app 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 khleepkg03
```
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 khleepkg03.app 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 khleepkg03
```
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)
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
khleepkg03-0.0.1.tar.gz
(2.0 kB
view hashes)
Built Distribution
Close
Hashes for khleepkg03-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f33050a46345199ba1a5987c411eac701c42e7615e165681b2f004ad30f3795 |
|
MD5 | 4795294889861597ff7af95ea8d7dbe3 |
|
BLAKE2b-256 | 3d6306bc9de86e1f2a4663914c62f688500f4307fc1edc69b3f3c9d37ea04527 |