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
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
$ pip3 install ssllabtest
Only install module with pip
Dependancy
- pytest
$ pip3 install -U pytest
Document Index
- TDD (Test-Driven Development)
- From unit-test to module-test
- 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
khleetest1-1.0.0.tar.gz
(2.1 kB
view hashes)