Skip to main content

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)



Project details


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 hashes)

Uploaded Source

Built Distribution

khleepkg02-0.0.1-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page