| Projects on Google Code | Results 1 - 10 of 18 |
This plugin adds options to nose to enable you to easily set up your GAE dev appserver environment for local testing.
Documentation: http://farmdev.com/projects/nosegae/
The following is:
* blablabla
esta es una prueba de uso de suversión en google
#summary Overview and Introduction
= API Documentation =
The full documentation for this project is located at http://gaetestbed.geewax.org/index.html
= Introduction =
Writing tests for !AppEngine applications seems more difficult to me than it should be. This project is a set of base tes...
unittesting,
appengine,
gae,
test,
unittest,
testing,
testcase,
testsuite,
app-engine,
nose,
nosetests
A tool to automatically run tests against your code base as you define the tests in real time. The service listens for changes to your test directory (addition and modification of test files) and continuously runs them against your source base thereby facilitating quicker testing.
kNose is a GUI front-end for the excellent nose framework written by Jason Pellerin. It's an attempt to make Python unit testing in Komodo as simple as possible.
== Welcome Python Developers! ==
Here you will find my presentation materials and hopefully a series of tutorials to help the agile developer get moving with python.
=== Topics currently documented ===
SQLAlchemy (in brief)
[http://pythontutorials.googlecode.com/svn/presentations/AgileSA...
The main plugin generates a series of SAX-like events that can be custom formatted into an XML document.
The default formatter provides a simple XML document listing each test and its status, any associated traceback information and captured output.
=Installation=
{{{
$ easy_install nosexml
...
nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic.
nose has recently migrated from another host; if you recently filed a ticket at [http://nose.pyt...
Trestle is a nose plugin that enables you to write testable documentation for
web apps (or shell commands, but more on that later).
To use trestle, write a reStructured Text document using a
set of special directives to indicate the *fixtures* to be used for testing
(including the http or mock...