Skip to main content

A Simple Testing Framework

Project description

This is a simple testing framework to make the unittesting easy.

Author:

Barish Chandran B

1 Introduction

1.1 What is bcTesting?

bcTesting is a simple unittesting framework. Which is a combination of mox, mock and fixtures.

1.2 What is it good for?

  • New testing framework for tool developement

  • Easy integration of mox and fixures

  • Extra assert functionalities

1.3 How is bcTesting licensed?

MIT License

1.4 Contact details

Drop me an email to barishcb@gmail.com for any questions regarding bcTesting. For reporting problems with bcTesting or submitting feature requests, the best way is to open an issue on the bcTesting project page.

2 Installation

2.1 Prerequisites

  • bcTesting was tested only on Python 2.7, on both Linux and Windows. It should work on any later version as well.

2.2 Installation using pip

Alternatively, since bcTesting is listed in the Python Package Index (PyPI), you can install it with:

> pip install bcTesting

2.3 Installation From Source

Installing bcTesting is very simple. Once you download and unzip the package, you just have to execute the standard python setup.py install. The setup script will then place the bcTesting module into site-packages in your Python’s installation library.

Setps using normal python

> cd <development_path>
> git clone https://github.com/barishcb/testing.git
> cd testing
> python setup.py build
> python setup.py test
> python setup.py install

Setps using gnu make

> cd <development_path>
> git clone https://github.com/barishcb/testing.git
> cd testing
> make build
> make test
> make install

3 Package contents

Once you unzip the bcTesting package, you’ll see the following files and directories:

README.rst:

This README file.

setup.py:

Installation script

bcTesting/:

The bcTesting module source code.

tests/:

Unit tests.

4 Contributors

Barish Chandran B

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bcTesting-0.3.2.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distributions

bcTesting-0.3.2-py2.7.egg (6.6 kB view hashes)

Uploaded Source

bcTesting-0.3.2-py2-none-any.whl (6.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page