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 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)
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
khleepkg02-0.0.1.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file khleepkg02-0.0.1.tar.gz.
File metadata
- Download URL: khleepkg02-0.0.1.tar.gz
- Upload date:
- Size: 1.9 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 |
85ac508fc284e0029191a3c9dc6cc63b3ba01df797919b091d2e6bdd5633c1d1
|
|
| MD5 |
94d935ae68df94970fdb89dd92e76883
|
|
| BLAKE2b-256 |
8b17f8b979e1a423e3d1ccc8e6e736568af912eb230087a6d780e10d77e0c1c9
|
File details
Details for the file khleepkg02-0.0.1-py3-none-any.whl.
File metadata
- Download URL: khleepkg02-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- 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 |
d6117925ee3c1b3f6d813ba64a6a13489d9636db3e508a99a46b362404e6f8c6
|
|
| MD5 |
01bc198e17c6f282c5b184d5c572e0a9
|
|
| BLAKE2b-256 |
bbb09c804dcdd52ba4c42234bcc35eea90a25d4815bbd5361cc33b032954bc24
|