معرفی شرکت ها


bcTesting-0.3.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Simple Testing Framework
ویژگی مقدار
سیستم عامل -
نام فایل bcTesting-0.3.2
نام bcTesting
نسخه کتابخانه 0.3.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Barish Chandran B
ایمیل نویسنده barishcb@gmail.com
آدرس صفحه اصلی https://github.com/barishcb/testing
آدرس اینترنتی https://pypi.org/project/bcTesting/
مجوز MIT
This is a simple testing framework to make the unittesting easy. :Author: `Barish Chandran B <http://www.barishcb.com>`_ .. contents:: :local: :depth: 2 :backlinks: none .. sectnum:: Introduction ============ What is bcTesting? ------------------ ``bcTesting`` is a simple unittesting framework. Which is a combination of mox, mock and fixtures. What is it good for? -------------------- * New testing framework for tool developement * Easy integration of mox and fixures * Extra assert functionalities How is bcTesting licensed? -------------------------- `MIT License <https://opensource.org/licenses/MIT>`_ 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 <https://github.com/barishcb/testing>`_. Installation ============ Prerequisites ------------- * ``bcTesting`` was tested only on Python 2.7, on both Linux and Windows. It should work on any later version as well. Installation using pip ---------------------- Alternatively, since ``bcTesting`` is listed in the `Python Package Index <http://pypi.python.org/pypi/bcTesting>`_ (PyPI), you can install it with:: > pip install bcTesting 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 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. Contributors ============ `Barish Chandran B <http://www.barishcb.com>`_


نحوه نصب


نصب پکیج whl bcTesting-0.3.2:

    pip install bcTesting-0.3.2.whl


نصب پکیج tar.gz bcTesting-0.3.2:

    pip install bcTesting-0.3.2.tar.gz