A small example package
Project description
Example Package
To show
- package distribution
- package testing (unit, performance, acceptance and multi interpreter)
- logging use
- loading to pypi
Usage
To install, either
pip install mh
pip install git+https://github.com/MarkHallett/mh@v0.0.24
To import
import mh
Example usage
print mh.EG_VAR2
print mh.testFunction()
print mh.Mh().runMh()
To run tests
unit python -m unittest
performance cd tests/performance; python test_perf.py
acceptance cd tests/acceptance; behave mh.feature
multi interpreter tox
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
mh-0.0.0.tar.gz
(6.7 kB
view hashes)
Built Distribution
mh-0.0.0-py3-none-any.whl
(2.6 kB
view hashes)