A Simple Testing Framework
Project description
This is a simple testing framework to make the unittesting easy.
- Author:
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?
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file bcTesting-0.3.2.tar.gz
.
File metadata
- Download URL: bcTesting-0.3.2.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54c10f961b41d5cfc126062de3b16d74093901eb6bfe823f78b1937a47906836 |
|
MD5 | 5175b66221081f7132a66a0db4bf2a23 |
|
BLAKE2b-256 | d44b9f17fffd5dc1867ff7ff8b5702f1fd274d685d4acf49c6e5433957f587a0 |
File details
Details for the file bcTesting-0.3.2-py2.7.egg
.
File metadata
- Download URL: bcTesting-0.3.2-py2.7.egg
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2cddfbbe8d28b3a843e8ac507cf10e5a55931f4b38398acca65807bfea529adc |
|
MD5 | cc6107a04c5b5b767a405ca6a6a8000e |
|
BLAKE2b-256 | 2c9798c0f851704789ac827fb5057943fc180f9afd44f0b283e7189e77a45de8 |
File details
Details for the file bcTesting-0.3.2-py2-none-any.whl
.
File metadata
- Download URL: bcTesting-0.3.2-py2-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a36efbbde8c2ac7edc0ea15e3f517be9fdeaa5b880125dbf4d3d91f608259c2a |
|
MD5 | 2fe28d98d664c3af5b3685e282b2ab71 |
|
BLAKE2b-256 | e9d62cc3810f5333684b51c0f6678e20778b4969c0e548f25fce2da32c5279cd |