public
Description: Collection of testcases and additional helpers for testing Django applications with nose library.
Homepage: http://playpauseandstop.github.com/tddspry/
Clone URL: git://github.com/playpauseandstop/tddspry.git
commit  52967cd4148876eabc0def8c846034e04dc51016
tree    7ad03b23e681d5f2e23482ddc4ac446196ab1c2f
parent  ce08d63c6963ce516ee7f1366071d15c7a1063e5
README.rst

tddspry

tddspry is collection of testcases and additional helpers for testing Django applications with nose library.

  1. Requirements
  2. Installation
  3. Documentation
  4. Bugs, features, contacts

Requirements

Installation

On most UNIX-like systems, you'll probably need to run these commands as root or using sudo.

To install:

python setup.py install

Or via easy_install:

easy_install tddspry

Also, you can retrieve fresh version of tddspry from GitHub:

git clone git://github.com/playpauseandstop/tddspry.git

Documentation

Sphinx-generated documentation for tddspry located at GitHub pages. This documentation updates after every tddspry release.

Fresh documentation always can access in docs/ directory.

Bugs, features, contacts

Sending bugs and features

We use tddspry in all our projects, so we hope that it hasn't any bug, but if you really find it - send it to issues tracker on GitHub.

And if tddspry does not support feature needed to you - tell us too and we tries to adds it as soon as possible.

Contacts

Authors:

Igor Davydenko < playpauseandstop [at] gmail >,

Volodymyr Hotsyk < gotsyk [at] gmail >

Idea:

Andriy Khavryuchenko < akhavr [at] gmail >