Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

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 the old trac ... [More] site, you may want to check the issues list here to make sure it made the journey. [Less]

4.45161
   
  0 reviews  |  91 users  |  17,580 lines of code  |  27 current contributors  |  Analyzed about 18 hours ago
 
 

Clone of the Cucumber BDD framework for Python

0
 
  0 reviews  |  2 users  |  1,663 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

GAE Testbed is a suite of base test cases to make it simple to test the more complicated pieces of Google's AppEngine framework. It provides base cases and helper methods to test many of the AppEngine APIs such as the Mail API, DataStore API, and Memcache API.

5.0
 
  0 reviews  |  1 user  |  483 lines of code  |  1 current contributor  |  Analyzed about 2 years ago
 
 

With this re-usable app, it's easy to run tests in a Django project with the nose testing framework.

0
 
  0 reviews  |  1 user  |  697 lines of code  |  8 current contributors  |  Analyzed 12 days ago
 
 

This is a plugin for nosetests, a discovery based test runner for python. If you're hacking deep inside your codebase and you break a core component, your test suite will probably blow up a zillion times with the same error. Instead, you can run nosetests --trim-errors to see only the unique ... [More] exceptions. For example... ====================================================================== ERROR: test.deep_inside.mymodule.test ---------------------------------------------------------------------- Traceback (most recent call last): ... AttributeError ---------------------------------------------------------------------- + 58 more ----------------------------------------------------------------------Installeasy_install nosetrim or ... check out the source, cd into the root and type: python setup.py develop to create a link to the latest version. [Less]

0
 
  0 reviews  |  0 users  |  213 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

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 documentedSQLAlchemy (in brief) [presentation] Paste [presentation] [video] Virtualenv [presentation] [video] ... [More] Nosetests [presentation] [video] Coverage [presentation] [video] Sphinx [presentation] [video] Doctests [presentation][video] Topics to be covered laterTurbogears2 Rum Toscawidgets Silverplate Turbogears Administrative System Numpy Sqlalchemy (in greater detail) If you are a python developer with a presentation/tutorial/screencast which you would like to host here, don't hesitate to ask for access! [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 

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 nosexmlI may or may ... [More] not have gotten everything with cheese shop setup correctly. Feel free to add an issue if something is wonky. Added Command Line Options --xml Enable the plugin. Defaults to disabled --xml-formatter=XML_FORMATTER Provide the plugin with the class name that should format the output. Defaults to nosexml.PrettyPrintFormatter --xml-no-stderr Disable capturing of stderr. Useful for catching exceptions that get captured but abort the application. [Less]

0
 
  0 reviews  |  0 users  |  556 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

When nosetests runs a sequence of tests and one of the tests crashes badly, i.e. causing python to terminate, all subsequent tests are aborted. This plugin will run the tests in a master/slave model where the master starts a slave which actually runs the tests the master tells it to. If a test ... [More] crashes the master will start a new slave and simply tell it to start at the test following the one that crashed. See documentation for more info. [Less]

0
 
  0 reviews  |  0 users  |  1,037 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

nosetty is a plugin for nose, a test runner for python. It accepts various commands at the terminal, giving you some one-on-one quality time with your tracebacks. Most importantly, editing a failure point is as easy as typing a number. How about a screenshot? Installeasy_install nosettyget ... [More] the easy_install command here. Development versions are available as: easy_install nosetty==dev...or via subversion at http://nosetty.googlecode.com/svn/trunk/ UsageActivate the plugin like so: nosetests --ttyBut to get some useful results, you'll have to tell it how to hook into your editor and other things. All this is described in detail on the Recipes page. To give the plugin a whirl, you can checkout the source and type... cd src/nosetty easy_install . nosetests -w examples --tty...to get what's shown in the above screenshot. Project PageIf you're not already there, the nosetty project lives on google code. Please submit any bugs, patches, failing tests, et cetera using the Issue Tracker. [Less]

0
 
  0 reviews  |  0 users  |  673 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.