Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

udacity/nose2

 
 

Repository files navigation

# Archival Note This repository is deprecated; therefore, we are going to archive it. However, learners will be able to fork it to their personal Github account but cannot submit PRs to this repository. If you have any issues or suggestions to make, feel free to: - Utilize the https://knowledge.udacity.com/ forum to seek help on content-specific issues. - Submit a support ticket along with the link to your forked repository if (learners are) blocked for other reasons. Here are the links for the [retail consumers](https://udacity.zendesk.com/hc/en-us/requests/new) and [enterprise learners](https://udacityenterprise.zendesk.com/hc/en-us/requests/new?ticket_form_id=360000279131).

Build Status Coverage Status Latest PyPI version Number of PyPI downloads Dependencies Status

Welcome to nose2

nose2 is the next generation of nicer testing for Python, based on the plugins branch of unittest2. nose2 aims to improve on nose by:

  • providing a better plugin api
  • being easier for users to configure
  • simplifying internal interfaces and processes
  • supporting Python 2 and 3 from the same codebase, without translation
  • encourging greater community involvement in its development

In service of some those goals, some features of nose will not be supported in nose2. See differences for a thorough rundown.

In time -- once unittest2 supports plugins -- nose2 should be able to become just a collection of plugins and configuration defaults. For now, it provides a plugin api similar to the one in the unittest2 plugins branch, and overrides various unittest2 objects.

You are witnesses at the new birth of nose, mark 2. Hope you enjoy our new direction!

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%