Navigation

  • index
  • modules |
  • next |
  • previous |
  • nose 1.3.7 documentation »
  • Developing with nose

Developing with nose¶

Get the code¶

nose is hosted at GitHub. You should clone this repository if you’re developing a plugin or working on bug fixes for nose:

git clone https://github.com/nose-devs/nose

You should fork this repository if you are developing new features for nose. Then submit your changes as a pull request.

Read¶

  • Extending and customizing nose with plugins
    • Using Builtin plugins
    • Writing plugins
    • Testing plugins
  • nose internals
    • Test runner and main()
    • Test Loader
    • TestLoader
    • defaultTestLoader
    • Test Selection
    • Selector
    • TestAddress
    • defaultSelector
    • Configuration
    • Test Cases
    • Test Suites
    • ContextList
    • ContextSuite
    • ContextSuiteFactory
    • FinalizingSuiteWrapper
    • LazySuite
    • MixedContextError
    • Test Result
    • TextTestResult
    • Result Proxy
    • ResultProxy
    • ResultProxyFactory
    • proxied_attribute()
    • Plugin Manager
    • BuiltinPluginManager
    • DefaultPluginManager
    • EntryPointPluginManager
    • PluginManager
    • RestrictedPluginManager
    • Importer
    • nosetests setuptools command
    • Bootstrapping
    • get_user_options()
    • nosetests
    • Twisted integration
    • TimeExpired
    • deferred()
    • stop_reactor()
    • threaded_reactor()
    • Traceback inspector
    • Utility functions
  • Contributing to nose
    • Get the code!
    • Running nose’s tests
    • Discuss
    • What to work on?
    • I have a great idea for a plugin…

Table of Contents

  • Developing with nose
    • Get the code
    • Read

Previous topic

Setuptools integration

Next topic

Extending and customizing nose with plugins

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • nose 1.3.7 documentation »
  • Developing with nose
© Copyright 2022, Jason Pellerin. Created using Sphinx 5.3.0.