Metadata-Version: 2.0
Name: bcTesting
Version: 0.2.1
Summary: A Simple Testing Framework
Home-page: https://github.com/barishcb/testing
Author: Barish Chandran B
Author-email: barishcb@gmail.com
License: MIT
Keywords: bcTesting unittest setuptools development
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: testtools
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

A Simple Testing Framework
==========================

As am working as a pipeline developer in visual effect studio, I wanted to write this for like long time.

-----
|pypi| |unix_build| |windows_build| |coverage| |gitter|
-----

.. contents::
    :local:
    :depth: 1
    :backlinks: none


=============
Main features
=============

* New testing framework for tool developement
* Easy integration of mox and fixures
* Extra assert functionalities


