Specter icon indicating copy to clipboard operation
Specter copied to clipboard

Specter is a Python BDD testing library which takes inspiration from RSpec and Jasmine

.. role:: raw-html(raw) :format: html

.. _GitHub: https://github.com/jmvrbanac/specter .. _Release Notes: http://specter.readthedocs.org/en/latest/release_notes/index.html

Specter

Specter is a Python testing framework inspired from RSpec and Jasmine. The library was created out of a desire to have a relatively flexible Python testing framework that adopted a more code-centric approach to BDD.

Specter is open-source and is available on GitHub_. We love contributions!

Getting Started


- Specter `Documentation <http://specter.readthedocs.org/en/latest/>`_
- Problems or Questions? Ask us on Freenode on the #specterframework channel

Continuous Integration

.. image:: https://travis-ci.org/jmvrbanac/Specter.svg?branch=master :target: https://travis-ci.org/jmvrbanac/Specter :alt: Travis CI Build status

.. image:: https://codecov.io/gh/jmvrbanac/Specter/branch/master/graph/badge.svg   :target: https://codecov.io/gh/jmvrbanac/Specter :alt: Coverage Status

.. image:: https://img.shields.io/pypi/v/Specter.svg :target: https://pypi.python.org/pypi/Specter :alt: Specter PyPi Package

Release Notes


- `Release notes`_ are available in the documentation