Skip to content
/ ww Public
forked from Tygs/ww

Wonderful wrappers for Python built-in types

License

Notifications You must be signed in to change notification settings

trnsnt/ww

 
 

Repository files navigation

Wonderful Wrappers

Developement

Install for dev:

python setup.py develop
Style Guide :

Deactivate dev mode:

python setup.py develop --uninstall

Running all tests:

python setup.py test

After that, you can run tests covergage this way:

# cmd only coverage
py.test --cov ww tests
# dump an HTML report in htmlcov dir
py.test  --cov-report html --cov ww tests

About

Wonderful wrappers for Python built-in types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%