PyZen

Software Screenshot:
PyZen
Software Details:
Version: 0.3.2
Upload Date: 12 May 15
Developer: Noah Kantrowitz
Distribution Type: Freeware
Downloads: 3

Rating: nan/5 (Total Votes: 0)

PyZen is a continuous test runner for paranoid developers. As long as the script is running, PyZen will monitor for changes in your code and re-run your test suite when needed. There are frontends for multiple frameworks as well as several notification UIs.

Installation

PyZen can be installed from PyPI using easy_install:

easy_install PyZen

or pip:

pip install PyZen

Frontends

PyZen provides multiple frontends to collect tests and run the continuous tester.

Django

To setup PyZen under Django add pyzen to your INSTALLED_APPS setting. The run manage.py zen to start the tester process. You can give an application label or test name using the same format as the built-in test command.

Flask

The Flask frontend is maintained as separate package, Flask-Zen.

Distutils

The PyZen package provides a distutils command zen that will run the test suite configured in setup.py under PyZen. Run setup.py zen to start the tester process.

Standalone

The pyzen script provides a wrapper to run any test script under PyZen. Run pyzen yourscript.py arg1 arg2 ... to start the tester process. No configuration options are available at this time.

Options

--nocolor : flag, default: False
 Disable colored output.
-u, --ui : default: autodetect
 Force the use of a specific UI module. Available options are win32, osx, linux, and none.

UIs

PyZen provides a UI to indicate the current test status after each run, even if the console is in the background. In addition to the three platform-specific interfaces, the none interface will disable this display. See the frontend documentation for details, but most frontends offer a --ui option to override the autodetection.

Win32

The default UI on Windows is a systray icon indicating the current test status and balloon notifications after each run. This UI is tested on Windows XP and higher, though it may work with Windows 2000.

OS X

The default UI on OS X uses Growl via AppleScript. A Growl notification is posted after each test run.

Linux

The default UI on Linux uses libnotify via the pynotify library. This is installed by default on current versions of Ubuntu. If pynotify is not found, the interface will be disabled.

Test Runner

By default PyZen enhances the test output with color. It is known to work on both Windows and *nix systems. Most frontends have a --nocolor option to disable it if needed.

Features:

  • Monitor source code and run tests on change
  • OS-specific async notification UI
  • Colored test output

Requirements:

  • Python

Similar Software

CppUnit
CppUnit

17 Feb 15

python-noseenv
python-noseenv

20 Feb 15

matchmaker
matchmaker

14 Apr 15

Apache AntUnit
Apache AntUnit

11 May 15

Other Software of Developer Noah Kantrowitz

TracThemeEngine
TracThemeEngine

20 Feb 15

Comments to PyZen

Comments not found
Add Comment
Turn on images!