Skip to content

Instantly share code, notes, and snippets.

@montefra
Created June 11, 2015 09:03
Show Gist options
  • Save montefra/e34a2d453cd58238fadd to your computer and use it in GitHub Desktop.
Save montefra/e34a2d453cd58238fadd to your computer and use it in GitHub Desktop.
run nosetest -vvvv with python 3
nose.core: DEBUG: configured Config(addPaths=True, args=(), configSection='nosetests', debug=None, debugLog=None, env={}, exclude=None, files=[], firstPackageWins=False, getTestCaseNamesCompat=False, ignoreFiles=[re.compile('^\\.'), re.compile('^_'), re.compile('^setup\\.py$')], ignoreFilesDefaultStrings=['^\\.', '^_', '^setup\\.py$'], include=None, includeExe=False, logStream=<_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>, loggingConfig=None, options=<Values at 0x7f821393b9b0: {'include': [], 'logcapture': True, 'eval_attr': None, 'noDeprecated': False, 'tissue_show_pep8': None, 'testNames': None, 'logcapture_datefmt': None, 'tissue_packages': None, 'showPlugins': False, 'cover_xml': None, 'cover_html_dir': 'cover', 'cover_tests': None, 'py3where': None, 'addPaths': True, 'byteCompile': True, 'where': None, 'enable_plugin_coverage': None, 'multiprocess_workers': 0, 'includeExe': False, 'enable_plugin_isolation': None, 'debugBoth': False, 'traverseNamespace': False, 'debug': None, 'enable_plugin_doctest': None, 'tissue_ignore': None, 'detailedErrors': None, 'logcapture_filters': None, 'tissue_statistics': None, 'capture': True, 'noSkip': False, 'enable_plugin_tissue': None, 'debugFailures': False, 'collect_only': None, 'multiprocess_restartworker': False, 'logcapture_format': '%(name)s: %(levelname)s: %(message)s', 'attr': None, 'version': False, 'doctestOptions': None, 'logcapture_level': 'NOTSET', 'tissue_show_source': None, 'ignoreFiles': [], 'exclude': [], 'testIdFile': '.noseids', 'files': None, 'tissue_inclusive': None, 'testMatch': '(?:^|[\\b_\\./-])[Tt]est', 'enable_plugin_xunit': None, 'tissue_color': None, 'xunit_file': 'nosetests.xml', 'verbosity': 5, 'doctestExtension': None, 'stopOnError': False, 'cover_packages': None, 'multiprocess_timeout': 10, 'logcapture_clear': False, 'cover_html': None, 'failed': False, 'enable_plugin_id': None, 'doctestFixtures': None, 'tissue_repeat': None, 'enable_plugin_allmodules': None, 'firstPackageWins': False, 'doctest_tests': None, 'cover_erase': None, 'tissue_select': None, 'cover_inclusive': None, 'doctest_result_var': None, 'cover_min_percentage': None, 'debugErrors': False, 'loggingConfig': None, 'xunit_testsuite_name': 'nosetests', 'cover_branches': None, 'cover_xml_file': 'coverage.xml', 'tissue_fail_on_error': None, 'debugLog': None}>, parser=<optparse.OptionParser object at 0x7f82168bdb38>, parserClass=<class 'optparse.OptionParser'>, plugins=<nose.plugins.manager.DefaultPluginManager object at 0x7f8216971da0>, py3where=(), runOnInit=True, srcDirs=('lib', 'src'), stopOnError=False, stream=<_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>, testMatch=re.compile('(?:^|[\\b_\\./-])[Tt]est'), testMatchPat='(?:^|[\\b_\\./-])[Tt]est', testNames=[], traverseNamespace=False, verbosity=5, where=(), worker=False, workingDir='/data01/montefra/HETDEX/Code/test/nose_manager')
nose.importer: DEBUG: Add path /data01/montefra/HETDEX/Code/test/nose_manager
nose.importer: DEBUG: insert /data01/montefra/HETDEX/Code/test/nose_manager into sys.path
nose.core: DEBUG: test loader is <nose.loader.TestLoader object at 0x7f821393ba58>
nose.core: DEBUG: defaultTest .
nose.core: DEBUG: Test names are ['.']
nose.core: DEBUG: createTests called with None
nose.loader: DEBUG: load from . (None)
nose.selector: DEBUG: Test name . resolved to file ., module None, call None
nose.selector: DEBUG: Final resolution of test name .: file /data01/montefra/HETDEX/Code/test/nose_manager module None call None
nose.suite: DEBUG: Create suite for [<nose.suite.LazySuite tests=generator (140196650955216)>]
nose.suite: DEBUG: tests [<nose.suite.LazySuite tests=generator (140196650955216)>] context None
nose.suite: DEBUG: wrap [<nose.suite.LazySuite tests=generator (140196650955216)>]
nose.suite: DEBUG: wrapping <nose.suite.LazySuite tests=generator (140196650955216)>
nose.suite: DEBUG: Context suite for [<nose.suite.LazySuite tests=generator (140196650955216)>] (None) (140196650925416)
nose.core: DEBUG: runTests called
nose.suite: DEBUG: suite 140196650925416 (<nose.suite.ContextSuite context=None>) run called, tests: <generator object _get_wrapped_tests at 0x7f8213930fc0>
nose.suite: DEBUG: suite 140196650925416 setUp called, tests: <generator object _get_wrapped_tests at 0x7f8213930f78>
nose.suite: DEBUG: tests in 140196650925416?
nose.suite: DEBUG: precache is [<nose.suite.LazySuite tests=generator (140196650955216)>]
nose.suite: DEBUG: precache is []
nose.loader: DEBUG: load from dir /data01/montefra/HETDEX/Code/test/nose_manager
nose.importer: DEBUG: Add path /data01/montefra/HETDEX/Code/test/nose_manager
nose.selector: DEBUG: wantFile /data01/montefra/HETDEX/Code/test/nose_manager/file.txt? False
nose.selector: DEBUG: wantFile /data01/montefra/HETDEX/Code/test/nose_manager/test_hang.py? True
nose.loader: DEBUG: load from /data01/montefra/HETDEX/Code/test/nose_manager/test_hang.py (None)
nose.selector: DEBUG: Test name /data01/montefra/HETDEX/Code/test/nose_manager/test_hang.py resolved to file /data01/montefra/HETDEX/Code/test/nose_manager/test_hang.py, module None, call None
nose.selector: DEBUG: Final resolution of test name /data01/montefra/HETDEX/Code/test/nose_manager/test_hang.py: file /data01/montefra/HETDEX/Code/test/nose_manager/test_hang.py module test_hang call None
nose.importer: DEBUG: Import test_hang from /data01/montefra/HETDEX/Code/test/nose_manager
nose.importer: DEBUG: Add path /data01/montefra/HETDEX/Code/test/nose_manager
nose.importer: DEBUG: find module part test_hang (test_hang) in ['/data01/montefra/HETDEX/Code/test/nose_manager']
^Cnose.suite: DEBUG: context teardown
nose.suite: DEBUG: No reason to teardown (was_setup? False was_torndown? False)
----------------------------------------------------------------------
Ran 0 tests in 33.644s
OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment