nose2
latest
  • Getting started with nose2
  • Using nose2
  • Configuring nose2
  • Differences: nose2 vs nose vs unittest2
  • Plugins for nose2
  • Tools and Helpers
  • Changelog
  • Writing Plugins
  • Documenting plugins
  • Event reference
  • Hook reference
  • Session reference
  • Plugin class reference
  • Contributing to nose2
  • Internals
    • nose2.main
    • nose2.exceptions
    • nose2.loader
    • nose2.result
    • nose2.runner
    • nose2.util
nose2
  • Internals
  • Edit on GitHub

Internals

Reference material for things you probably only need to care about if you want to contribute to nose2.

  • nose2.main
    • PluggableTestProgram
    • discover()
    • main
  • nose2.exceptions
    • LoadTestsFailure
    • TestNotFoundError
  • nose2.loader
    • PluggableTestLoader
  • nose2.result
    • PluggableTestResult
  • nose2.runner
    • PluggableTestRunner
  • nose2.util
    • call_with_args_if_expected()
    • ensure_importable()
    • exc_info_to_string()
    • format_traceback()
    • has_module_fixtures()
    • ispackage()
    • ln()
    • module_from_name()
    • name_from_args()
    • name_from_path()
    • num_expected_args()
    • object_from_name()
    • parse_log_level()
    • safe_decode()
    • test_from_name()
    • transplant_class()
    • try_import_module_from_name()
    • valid_module_name()
Previous Next

© Copyright 2010-2022, Jason Pellerin, Stephen Rosen. Revision 50856d77.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
0.12.x-line
Downloads
On Read the Docs
Project Home
Builds