Browsing projects by Tag(s)

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

Showing page 1 of 15

In the last decade, PHP has developed from a niche language for adding dynamic functionality to small websites to a powerful tool making strong inroads into large-scale Web systems. Critical business logic like this needs to work correctly. But how do you ensure that it does? You test it, of course. ... [More] To make code testing viable, good tool support is needed. This is where PHPUnit comes into play. [Less]

4.35556
   
  0 reviews  |  274 users  |  21,011 lines of code  |  38 current contributors  |  Analyzed 6 months ago
 
 

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 3 hours ago
 
 

This unit testing framework, dubbed 'PyUnit' by convention, is a Python language version of JUnit. JUnit was written by smart cookies Kent Beck and Erich Gamma, and is, in turn, a Java version of Kent's Smalltalk testing framework. Each is the de facto standard unit testing framework for ... [More] its respective language, and therefore both are a strong basis for an effective and elegant Python framework. [Less]

4.14286
   
  0 reviews  |  23 users  |  1,589 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

PowerMock allows you to unit test code normally regarded as untestable. For instance it is possible to mock static methods, remove static initializers, allow mocking without dependency injection and more.

4.75
   
  0 reviews  |  13 users  |  42,345 lines of code  |  1 current contributor  |  Analyzed 1 day ago
 
 

PrivilegedAccessor is a very simple framework for accessing private or protected members, methods or constructors in Java.

5.0
 
  0 reviews  |  4 users  |  3,407 lines of code  |  1 current contributor  |  Analyzed 2 days ago
 
 

GAEUnit 2.0 alpha for Django is released, please download and follow the instruction.GAEUnit is a unit test framework that helps to automate testing of your Google App Engine application. With a single configuration change (it can be completed within 30 seconds), your unit tests can be run in the ... [More] real GAE app server environment using a web browser. GAEUnit is simple. It contains only one file: gaeunit.py. Just copy that file into your application directory and add the test URL to app.yaml. Usage 1. Configure the environment: Copy gaeunit.py to the project directory. Add the following 2 lines to app.yaml: - url: /test.* script: gaeunit.py2. Write your test case scripts in Python modules, each containing unittest.TestCase subclasses, in the 'test' directory and launch dev_appserver.py 3. Browse to the following URL (change the port if necessary): http://localhost:8080/testYour test results will be displayed in the browser: If you wish to run a single module, execute it like this: http://localhost:8080/test?name=my_test_moduleYou can also specify a single test class, like name=my_test_module.MyTestCase or even a single test method, like name=my_test_module.MyTestCase.test_stuff See FeatureCandidates for a list of potential upcoming features. Please let us know if you have interesting ideas or specific requirements for GAEUnit. Use the comments on the FeatureCandidates page, or use the Issues tab above. [Less]

0
 
  0 reviews  |  3 users  |  1,395 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

SST (selenium-simple-test) is a framework built on top of Selenium WebDriver, using Python to make writing functional web tests easier with code.

5.0
 
  0 reviews  |  3 users  |  5,517 lines of code  |  8 current contributors  |  Analyzed 5 days ago
 
 
Compare

mock is a Python module that provides a core Mock class. It is intended to reduce the need for creating a host of trivial stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also ... [More] specify return values and set needed attributes in the normal way. This approach is inspired by the testing patterns used at Resolver Systems. It also provides utility functions / objects to assist with testing, particularly monkey patching. [Less]

5.0
 
  0 reviews  |  3 users  |  2,006 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

MXUnit is a unit testing framework for CFML based upon the popular JUnit test framework. It is designed to get you up and running quickly writing tests for your CFMX components.

5.0
 
  0 reviews  |  3 users  |  7,260 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

A .Net dynamic fake/mock/stub framework for creating all types of fake objects, mocks, stubs etc. Easier semantics, all fake objects are just that - fakes - the use of the fakes determines whether they're mocks or stubs. Context aware fluent interface guides the developer. Full VB.Net ... [More] support. Designed for ease of use and for compatibility with both C# and VB.Net. [Less]

5.0
 
  0 reviews  |  2 users  |  24,337 lines of code  |  11 current contributors  |  Analyzed 1 day 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.