Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.134.4.91.MISMATCH!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Django': 0.03; 'fixes': 0.05; 'pypi': 0.07; 'subject:test': 0.07; 'api': 0.09; 'python': 0.09; '2.3,': 0.09; "django's": 0.09; 'subset': 0.09; 'url:github': 0.09; 'django': 0.10; 'programs.': 0.11; 'cases': 0.15; 'andreas': 0.16; 'pytest': 0.16; 'rewritten': 0.16; 'started:': 0.16; 'subject:django': 0.16; 'url:issues': 0.16; 'testing': 0.24; 'bugs': 0.27; 'cases.': 0.29; 'suites': 0.29; 'integration': 0.29; 'selection': 0.29; 'install': 0.29; 'compatible': 0.30; 'running': 0.32; 'hi,': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'tool': 0.36; 'url:org': 0.36; 'announce': 0.36; 'test': 0.36; 'should': 0.36; 'previous': 0.37; 'received:209': 0.37; 'easier': 0.38; 'url:en': 0.38; 'to:addr:python.org': 0.39; 'release': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'subject:-': 0.40; 'header:Received:5': 0.40; 'easy': 0.60; 'content- disposition:inline': 0.60; 'here:': 0.62; 'box.': 0.65; 'improvements': 0.65; 'to:addr:python-announce-list': 0.65; 'pleased': 0.66; 'subject:better': 0.84; 'releases.': 0.91 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:message-id:subject:x-mailer:mime-version:content-type :content-transfer-encoding:content-disposition:x-gm-message-state; bh=LHSCmXEpTZej4X9iJ4jsfkyP4rO2iyIYdcZHDuabHvE=; b=bRGvocK9ZJT6xVS19Sdwfcrp8UFK1ERniN8rokjUSeqBLAleO1nZhf53wpsgkbbxGS gnfBsXy9iWaYJqgCtwSEzc5/tp/b8hMY4w96NWPkPmzrOdzJTw9NjveeZ4OQE+j3J/wk fJVIsLsT1LkJpRY1IDfPXECi0lIEMlwoDJ7hKXdTfqGCMwrlynsqlfvj0hUENQCu2aqV TL4utkP9grw4o5hlxMzz7tj9y1Lcxc7BQrZ5HZ8m6N4ZsEdoDZOfqOMkvoE7oAWc5H68 HV0AiByAX41tM1TuOuJP4gsmOv91bwV/IgXYIM1u2UpSpUgUlvvcSb5OKiryTACKg2N5 6rZA== Date: Tue, 4 Dec 2012 08:55:45 +0100 From: Andreas Pelme To: python-announce-list@python.org Subject: pytest-django 2.0.0 - a better Django test runner X-Mailer: sparrow 1.6.4 (build 1176) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Gm-Message-State: ALoCoQkPlE0DvNuHX7QoDIM6RSEzEmqGWE8mVYg7tcOw1MOVbpqOiiOF/47I8Fgh68u9Deh9cy9Z X-Mailman-Approved-At: Tue, 04 Dec 2012 17:37:54 +0100 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1354639075 news.xs4all.nl 6868 [2001:888:2000:d::a6]:53631 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:771 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