Robot Framework remote servers allow hosting test libraries on different
processes or machines than Robot Framework itself is running on. This
version is implemented in Python and supports also Jython (JVM) and
IronPython (.NET). See remote library interface documentation for more
information about the remote interface in general as well as for a list
of remote server implementations in other programming languages.
Loading this plugin causes your tests to fail if there any
warnings while they run. Each warning generates a new failing
test and the warning content is outputted via diag.
This module uses $SIG{__WARN__}, so if the code you're testing
sets this, then this module will stop working.
RakNet is a free networking API that provides reliable UDP and high level
networking constructs. Although it can be used for any networked application,
it was developed specifically for rapid development of online games and the
addition of multiplayer to single player games.
Six is a Python 2 and 3 compatibility library. It provides utility
functions for smoothing over the differences between the Python versions
with the goal of writing Python code that is compatible on both Python
versions. See the documentation for more information on what is provided.
This is an implementation of Python bindings for the Subversion
version control system, aiming to be complete, fast and feel native
to Python programmers.
Bindings are provided for the working copy, client, delta, remote
access and repository APIs. A hookable server side implementation
of the custom Subversion protocol (svn_ra) is also provided.
testtools is a set of extensions to the Python standard library's unit testing
framework. These extensions have been derived from years of experience with unit
testing in Python and come from many different sources. testtools also backports
unittest changes from recent Pythons to Python 2.4 and 2.5.
``virtualenv`` is a tool to create isolated Python environments.
It creates an environment that has its own installation directories,
that doesn't share libraries with other virtualenv environments
(and optionally doesn't use the globally installed libraries either).
Usage: virtualenv YOUR_NEW_PYTHON_ENV
This package provides a local and persistent site manager implementation,
so that one can register local utilities and adapters. It uses local
adapter registries for its adapter and utility registry. The module also
provides some facilities to organize the local software and ensures the
correct behavior inside the ZODB.
PyGObject provides a convenient wrapper for the GObject+ library for use
in Python programs, and takes care of many of the boring details such as
managing memory and type casting. When combined with PyGTK, PyORBit and
gnome-python, it can be used to write full featured Gnome applications.
QProg is an OS X, Windows, and *nix/X11 compatible software interface to the
popular DIY line of PIC programmers sold by Kitsrus and is intended to be a
cross-platform replacement for the software provided with the DIY kits.
-Brandon Fosdick
bfoz@bfoz.net