Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 31, 2021 08:08
Show Gist options
  • Save r-ryantm/5844aa517da81306718bb195f93a6632 to your computer and use it in GitHub Desktop.
Save r-ryantm/5844aa517da81306718bb195f93a6632 to your computer and use it in GitHub Desktop.
/nix/store/v6mqmkabr7sq1cnljb4xy74r1glmpvy7-python3.7-nose2-0.10.0
├── bin
│   ├── nose2
│   └── nose2-3.7
├── lib
│   └── python3.7
│   └── site-packages
│   ├── nose2
│   │   ├── collector.py
│   │   ├── config.py
│   │   ├── events.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── loader.py
│   │   ├── __main__.py
│   │   ├── main.py
│   │   ├── plugins
│   │   │   ├── attrib.py
│   │   │   ├── buffer.py
│   │   │   ├── collect.py
│   │   │   ├── _constants.py
│   │   │   ├── coverage.py
│   │   │   ├── debugger.py
│   │   │   ├── doctests.py
│   │   │   ├── dundertest.py
│   │   │   ├── failfast.py
│   │   │   ├── __init__.py
│   │   │   ├── junitxml.py
│   │   │   ├── layers.py
│   │   │   ├── loader
│   │   │   │   ├── discovery.py
│   │   │   │   ├── eggdiscovery.py
│   │   │   │   ├── functions.py
│   │   │   │   ├── generators.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── loadtests.py
│   │   │   │   ├── parameters.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── discovery.cpython-37.pyc
│   │   │   │   │   ├── eggdiscovery.cpython-37.pyc
│   │   │   │   │   ├── functions.cpython-37.pyc
│   │   │   │   │   ├── generators.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── loadtests.cpython-37.pyc
│   │   │   │   │   ├── parameters.cpython-37.pyc
│   │   │   │   │   ├── testcases.cpython-37.pyc
│   │   │   │   │   └── testclasses.cpython-37.pyc
│   │   │   │   ├── testcases.py
│   │   │   │   └── testclasses.py
│   │   │   ├── logcapture.py
│   │   │   ├── mp.py
│   │   │   ├── outcomes.py
│   │   │   ├── prettyassert.py
│   │   │   ├── printhooks.py
│   │   │   ├── prof.py
│   │   │   ├── __pycache__
│   │   │   │   ├── attrib.cpython-37.pyc
│   │   │   │   ├── buffer.cpython-37.pyc
│   │   │   │   ├── collect.cpython-37.pyc
│   │   │   │   ├── _constants.cpython-37.pyc
│   │   │   │   ├── coverage.cpython-37.pyc
│   │   │   │   ├── debugger.cpython-37.pyc
│   │   │   │   ├── doctests.cpython-37.pyc
│   │   │   │   ├── dundertest.cpython-37.pyc
│   │   │   │   ├── failfast.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── junitxml.cpython-37.pyc
│   │   │   │   ├── layers.cpython-37.pyc
│   │   │   │   ├── logcapture.cpython-37.pyc
│   │   │   │   ├── mp.cpython-37.pyc
│   │   │   │   ├── outcomes.cpython-37.pyc
│   │   │   │   ├── prettyassert.cpython-37.pyc
│   │   │   │   ├── printhooks.cpython-37.pyc
│   │   │   │   ├── prof.cpython-37.pyc
│   │   │   │   ├── result.cpython-37.pyc
│   │   │   │   └── testid.cpython-37.pyc
│   │   │   ├── result.py
│   │   │   └── testid.py
│   │   ├── __pycache__
│   │   │   ├── collector.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── events.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── loader.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── main.cpython-37.pyc
│   │   │   ├── result.cpython-37.pyc
│   │   │   ├── runner.cpython-37.pyc
│   │   │   ├── session.cpython-37.pyc
│   │   │   ├── sphinxext.cpython-37.pyc
│   │   │   ├── suite.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── result.py
│   │   ├── runner.py
│   │   ├── session.py
│   │   ├── sphinxext.py
│   │   ├── suite.py
│   │   ├── tests
│   │   │   ├── _common.py
│   │   │   ├── functional
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_attrib_plugin.cpython-37.pyc
│   │   │   │   │   ├── test_collect_plugin.cpython-37.pyc
│   │   │   │   │   ├── test_coverage.cpython-37.pyc
│   │   │   │   │   ├── test_decorators.cpython-37.pyc
│   │   │   │   │   ├── test_discovery_loader.cpython-37.pyc
│   │   │   │   │   ├── test_doctests_plugin.cpython-37.pyc
│   │   │   │   │   ├── test_dundertest_plugin.cpython-37.pyc
│   │   │   │   │   ├── test_eggdiscovery_loader.cpython-37.pyc
│   │   │   │   │   ├── test_junitxml_plugin.cpython-37.pyc
│   │   │   │   │   ├── test_layers_hooks.cpython-37.pyc
│   │   │   │   │   ├── test_layers_plugin.cpython-37.pyc
│   │   │   │   │   ├── test_loading.cpython-37.pyc
│   │   │   │   │   ├── test_loadtests_plugin.cpython-37.pyc
│   │   │   │   │   ├── test_logcapture_plugin.cpython-37.pyc
│   │   │   │   │   ├── test_main.cpython-37.pyc
│   │   │   │   │   ├── test_mp_plugin.cpython-37.pyc
│   │   │   │   │   ├── test_prettyassert.cpython-37.pyc
│   │   │   │   │   ├── test_printhooks_plugin.cpython-37.pyc
│   │   │   │   │   ├── test_session.cpython-37.pyc
│   │   │   │   │   ├── test_subtests.cpython-37.pyc
│   │   │   │   │   ├── test_such_dsl.cpython-37.pyc
│   │   │   │   │   ├── test_util.cpython-37.pyc
│   │   │   │   │   └── test_verbosity.cpython-37.pyc
│   │   │   │   ├── test_attrib_plugin.py
│   │   │   │   ├── test_collect_plugin.py
│   │   │   │   ├── test_coverage.py
│   │   │   │   ├── test_decorators.py
│   │   │   │   ├── test_discovery_loader.py
│   │   │   │   ├── test_doctests_plugin.py
│   │   │   │   ├── test_dundertest_plugin.py
│   │   │   │   ├── test_eggdiscovery_loader.py
│   │   │   │   ├── test_junitxml_plugin.py
│   │   │   │   ├── test_layers_hooks.py
│   │   │   │   ├── test_layers_plugin.py
│   │   │   │   ├── test_loading.py
│   │   │   │   ├── test_loadtests_plugin.py
│   │   │   │   ├── test_logcapture_plugin.py
│   │   │   │   ├── test_main.py
│   │   │   │   ├── test_mp_plugin.py
│   │   │   │   ├── test_prettyassert.py
│   │   │   │   ├── test_printhooks_plugin.py
│   │   │   │   ├── test_session.py
│   │   │   │   ├── test_subtests.py
│   │   │   │   ├── test_such_dsl.py
│   │   │   │   ├── test_util.py
│   │   │   │   └── test_verbosity.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _common.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── unit
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_attrib_plugin.cpython-37.pyc
│   │   │   │   ├── test_buffer_plugin.cpython-37.pyc
│   │   │   │   ├── test_collector.cpython-37.pyc
│   │   │   │   ├── test_collect_plugin.cpython-37.pyc
│   │   │   │   ├── test_config.cpython-37.pyc
│   │   │   │   ├── test_debugger_plugin.cpython-37.pyc
│   │   │   │   ├── test_decorators.cpython-37.pyc
│   │   │   │   ├── test_doctest_plugin.cpython-37.pyc
│   │   │   │   ├── test_dundertest_plugin.cpython-37.pyc
│   │   │   │   ├── test_failfast.cpython-37.pyc
│   │   │   │   ├── test_functions_loader.cpython-37.pyc
│   │   │   │   ├── test_generators_plugin.cpython-37.pyc
│   │   │   │   ├── test_junitxml.cpython-37.pyc
│   │   │   │   ├── test_layers_plugin.cpython-37.pyc
│   │   │   │   ├── test_loader.cpython-37.pyc
│   │   │   │   ├── test_logcapture_plugin.cpython-37.pyc
│   │   │   │   ├── test_mp_plugin.cpython-37.pyc
│   │   │   │   ├── test_outcomes_plugin.cpython-37.pyc
│   │   │   │   ├── test_params_plugin.cpython-37.pyc
│   │   │   │   ├── test_plugin_api.cpython-37.pyc
│   │   │   │   ├── test_printhooks_plugin.cpython-37.pyc
│   │   │   │   ├── test_prof_plugin.cpython-37.pyc
│   │   │   │   ├── test_result.cpython-37.pyc
│   │   │   │   ├── test_session.cpython-37.pyc
│   │   │   │   ├── test_testcase_loader.cpython-37.pyc
│   │   │   │   ├── test_testclass_loader.cpython-37.pyc
│   │   │   │   ├── test_testid_plugin.cpython-37.pyc
│   │   │   │   └── test_util.cpython-37.pyc
│   │   │   ├── test_attrib_plugin.py
│   │   │   ├── test_buffer_plugin.py
│   │   │   ├── test_collector.py
│   │   │   ├── test_collect_plugin.py
│   │   │   ├── test_config.py
│   │   │   ├── test_debugger_plugin.py
│   │   │   ├── test_decorators.py
│   │   │   ├── test_doctest_plugin.py
│   │   │   ├── test_dundertest_plugin.py
│   │   │   ├── test_failfast.py
│   │   │   ├── test_functions_loader.py
│   │   │   ├── test_generators_plugin.py
│   │   │   ├── test_junitxml.py
│   │   │   ├── test_layers_plugin.py
│   │   │   ├── test_loader.py
│   │   │   ├── test_logcapture_plugin.py
│   │   │   ├── test_mp_plugin.py
│   │   │   ├── test_outcomes_plugin.py
│   │   │   ├── test_params_plugin.py
│   │   │   ├── test_plugin_api.py
│   │   │   ├── test_printhooks_plugin.py
│   │   │   ├── test_prof_plugin.py
│   │   │   ├── test_result.py
│   │   │   ├── test_session.py
│   │   │   ├── test_testcase_loader.py
│   │   │   ├── test_testclass_loader.py
│   │   │   ├── test_testid_plugin.py
│   │   │   └── test_util.py
│   │   ├── tools
│   │   │   ├── decorators.py
│   │   │   ├── __init__.py
│   │   │   ├── params.py
│   │   │   ├── __pycache__
│   │   │   │   ├── decorators.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── params.cpython-37.pyc
│   │   │   │   └── such.cpython-37.pyc
│   │   │   └── such.py
│   │   ├── util.py
│   │   └── _version.py
│   └── nose2-0.10.0.dist-info
│   ├── AUTHORS
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
20 directories, 218 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment