Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #771

pytest-django 2.0.0 - a better Django test runner

Date 2012-12-04 08:55 +0100
From Andreas Pelme <andreas@pelme.se>
Subject pytest-django 2.0.0 - a better Django test runner
Newsgroups comp.lang.python.announce
Message-ID <mailman.467.1354639075.29569.python-announce-list@python.org> (permalink)

Show all headers | View raw


Hi,

We are pleased to announce the availability of pytest-django 2.0.0. This release is rewritten to make use of fixture API introduced in py.test 2.3, which fixes a lot of bugs and edge cases in previous releases. Get it directly from PyPI or install with pip:

   pip install -U pytest-django

pytest is an innovative testing tool for Python programs. pytest-django is a plugin that provides Django integration and helpers. Improvements over Django's standard test runner includes test database re-use, easier selection of running a subset of test cases. Existing test suites based on Django's own test runner should be compatible out of the box.

Documentation & how to get started:
  http://pytest-django.readthedocs.org/en/latest/

Full changelog:
  http://pytest-django.readthedocs.org/en/latest/changelog.html

Report bugs here:
  https://github.com/pelme/pytest_django/issues


py.test documentation:
  http://pytest.org/latest/



We aim to make testing Django applications as easy as possible: Please submit suggestions and ideas in the issue tracker!

Best regards
Andreas Pelme

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

pytest-django 2.0.0 - a better Django test runner Andreas Pelme <andreas@pelme.se> - 2012-12-04 08:55 +0100

csiph-web