Metadata-Version: 2.4
Name: waelstow
Version: 0.10.2
Summary: A small collection of tools for unit testing.  Includes methods for test suite discovery for use in your runner and contexts for capturing STDIO or STDERR and temporarily moving directories.
Home-page: https://github.com/cltrudeau/waelstow
Author: Christopher Trudeau
Author-email: ctrudeau+pypi@arsensa.com
License: MIT
Keywords: test,testing,unit test,unittest,test runner
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: six>=1.11
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

Waelstow
========
    [wel stoʊ]  / *noun* 
    
    1) literal: "death field" or "slaugher field"; 
    2) Anglo Saxon term for battlefields
    3) A collection of python testing utilties

Installation
============

.. code-block:: bash

    $ pip install waelstow

Supports
========

Python wrench has been tested with Python 2.7, 3.5, and 3.6

Docs & Source
=============

Docs: http://waelstow.readthedocs.io/en/latest/

Source: https://github.com/cltrudeau/waelstow
