Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Alessandro Amici Newsgroups: comp.lang.python Subject: ANN: pytest-nodev v0.9.3 - Test-driven code search Date: Thu, 25 Feb 2016 16:55:35 +0000 Lines: 25 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de rtytXmtZhVgpCbuwh/v/RQSV7pO8ZMeMdqhia8qR/INg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.121 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.76; '*S*': 0.00; 'subject:ANN': 0.07; 'subject:code': 0.07; 'url:github': 0.09; 'received:io': 0.16; 'received:psf.io': 0.16; 'renamed': 0.16; 'subject:search': 0.16; 'welcomed': 0.16; 'skip:` 10': 0.18; 'fixing': 0.22; 'simpler': 0.22; 'academic': 0.23; 'references': 0.23; 'thanks,': 0.24; 'command': 0.26; 'bugs': 0.27; 'message-id:@mail.gmail.com': 0.27; 'changes:': 0.29; 'container': 0.29; 'release.': 0.29; 'code': 0.30; 'announce': 0.32; 'run': 0.33; 'safely': 0.33; 'received:google.com': 0.35; 'url:org': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'release': 0.37; 'received:209': 0.38; 'url:en': 0.39; 'subject:-': 0.39; 'to:addr:python.org': 0.40; 'questions': 0.40; 'email addr:python.org.': 0.60; 'default': 0.61; 'research': 0.62; 'more': 0.63; 'pleased': 0.64; 'potentially': 0.67; 'subject': 0.70; 'dangerous': 0.70; 'directed': 0.81; 'url:search': 0.83; 'subject:Test': 0.84; 'url:readthedocs': 0.84; '\xc2\xa0and': 0.84; 'refuse': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=OYT4wMm++pbZPsOpM5TuJDpD+2HTQZ/XmngjxweSTws=; b=Q0U4yMcu97VwFcCvLJZW0hVJpEx/VYLErNzyhHyruvA0/Hig4DVpLav3s/DBPobwVE ARfw/Z4uTNUQIKKltry3OnYcbHnLZ97szt8C2MxWvQdu/857+RBgPRv/f5VdCjDtrmAi JDSyqzwgiu7O6fTwXluPmFzMn6BeFX8NYMK99anyEA0C4YVETlnYaZ6T/CUBW/LniLuq afLObozyIKG1cRAA3RYN4G6cctwL+nte3fy/nKRtDKj1Rvu7c+7dOScoaUpDV3bnA6ef 09zF80DRKk9qNHOVGBVL03HCtOD+jbOHUG6I2TFhkeWHCi63lHQbZEkP9C+GLxGxCIlA ReFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=OYT4wMm++pbZPsOpM5TuJDpD+2HTQZ/XmngjxweSTws=; b=B2rWG0YSG3l24g08fIRo8IxlQOJcixKrnEQGwHAervPuCrjc9iRwJEFF6mEFQiToJp wcZxwMOyIgpMhvAQ+Hc+tmFpFYMwb2PFagL/XV2K1JX74QajJJ7LT0RTqKi84yeW5SvR o37hsawkHSMaSs8++7wwUwsJZ6rpCDLCW/VQJ/u+rxkOU+K3zx9KYczMoBDpkhaRuwHq wo5VhIPpah9gSyMYCp2ZmLRJRdli9XRkj4KVsKGVPKldbr63u1iPFilTOffgctRRFYk1 ejV9LtT8C8eanodi93Hse0oIHVS1360O5C6dzk1PBZ8qlhF391+07o3U88IVLEDAF8Pe 9dHg== X-Gm-Message-State: AG10YOTlET9Z/Nx+bOxXZjfQLq6CZ/xw2u/dcf+kbHVYPp4Sl7Y28ktDcU8M9mK5AwARI7Wi/D7jD5U5vnmBNg== X-Received: by 10.112.13.33 with SMTP id e1mr2674812lbc.79.1456419345853; Thu, 25 Feb 2016 08:55:45 -0800 (PST) X-Mailman-Approved-At: Thu, 25 Feb 2016 11:58:42 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.21rc2 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:103508 I am pleased to announce the release of the new beta release of pytest-nodev (was pytest-wish) a test-driven code search plugin for pytest: https://pytest-nodev.readthedocs.org/en/stable/quickstart.html Changes: - renamed the package to pytest-nodev from pytest-wish (sorry!) - refuse to run potentially dangerous `--wish-from-all` by default and... - ... document how to run inside a container to safely enable all the features - simpler command line usage - more documentation and references to the academic research on the test-driven code search subject Development effort is directed to fixing bugs and writing better documentation before the 1.0 release. Help is welcomed and appreciated: https://github.com/nodev-io/pytest-nodev User questions are best directed to http://stackoverflow.com/search?q=pytest-nodev and general questions can be sent to pytest-dev@python.org. Thanks, Alessandro