pytesting

A simple and efficient Python3 test framework


License
MIT
Install
pip install pytesting==0.1.1

Documentation

PyPI PyPI - Python Version Build Status

pytesting

A simple and efficient Python3 testing framework


pytesting vs. alternatives

  • Lightweight - Ideal for smaller projects that can be bogged down by larger testing frameworks
  • Compatible - pytesting is compatible with all versions of Python3, Unix-like operating systems, and Windows (soon!)
  • Customizable - Because of its innate simplicity, pytesting is easily customizable for a variety of needs

Documentation

Install using pip: $ pip install pytesting

For full documentation, visit https://github.com/GriffinAustin/pytesting/wiki

Bugs and Feature Requests

For bugs and feature requests, use the GitHub issue tracker