This is an old revision of the document!
Test executed on commit 56dc896c3009b64969278f1a2f546f0928f6fefb
Report generated on 25-Nov-2016 at 10:56:06
Platform | Linux-4.4.0-47-generic-x86_64-with-debian-stretch-sid |
Python | 2.7.12 |
0 tests ran in 0.42 seconds.
(Un)check the boxes to filter the results.
0 passed, 0 skipped, 0 failed, 1 errors, 0 expected failures, 0 unexpected passesResult | Test | Duration | Links | |
---|---|---|---|---|
No results found. Try to check the filters | ||||
Error | lib.linux-x86_64-2.7/tardis/tests/integration_tests/test_integration.py::TestIntegration::()::test_model_quantities[model_quantities0-/tmp/tardis-test-vYjaZj/lib.linux-x86_64-2.7/tardis/tests/integration_tests/paper1_downbranch]::setup | 0.00 | ||
self = <CallInfo when='setup' exception: 'atom_data_path'>, func = <function <lambda> at 0x7f8e3b343320>, when = 'setup' > ??? _pytest.runner:149: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _pytest.runner:137: in <lambda> ??? _pytest.core:521: in __call__ ??? _pytest.core:528: in _docall ??? _pytest.core:393: in execute ??? _pytest.core:113: in wrapped_call ??? _pytest.core:138: in get_result ??? _pytest.core:123: in __init__ ??? _pytest.core:394: in execute ??? _pytest.runner:86: in pytest_runtest_setup ??? _pytest.runner:403: in prepare ??? _pytest.python:1197: in setup ??? _pytest.python:702: in fillfixtures ??? _pytest.python:1345: in _fillfixtures ??? _pytest.python:1388: in getfuncargvalue ??? _pytest.python:1405: in _get_active_fixturedef ??? _pytest.python:1451: in _getfuncargvalue ??? _pytest.python:1883: in execute ??? _pytest.python:1405: in _get_active_fixturedef ??? _pytest.python:1451: in _getfuncargvalue ??? _pytest.python:1883: in execute ??? _pytest.python:1405: in _get_active_fixturedef ??? _pytest.python:1451: in _getfuncargvalue ??? _pytest.python:1921: in execute ??? _pytest.python:1842: in call_fixture_func ??? _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ request = <SubRequest 'data_path' for <Function 'test_model_quantities[model_quantities0-/tmp/tardis-test-vYjaZj/lib.linux-x86_64-2.7/tardis/tests/integration_tests/paper1_downbranch]'>> @pytest.fixture(scope="class", params=[ path for path in glob.glob(os.path.join( os.path.dirname(os.path.realpath(__file__)), "*")) if os.path.isdir(path) ]) def data_path(request): integration_tests_config = request.config.integration_tests_config hdf_filename = "{0}.h5".format(os.path.basename(request.param)) path = { 'config_dirpath': request.param, 'reference_filepath': os.path.join(os.path.expandvars( os.path.expanduser(integration_tests_config['reference'])), hdf_filename ), 'gen_ref_path': os.path.join(os.path.expandvars(os.path.expanduser( integration_tests_config['generate_reference'])), tardis_githash[:7] ), 'setup_name': hdf_filename[:-3], # Temporary hack for providing atom data per individual setup. # This url has all the atom data files hosted, for downloading. # 'atom_data_url': integration_tests_config['atom_data']['atom_data_url'] } # For providing atom data per individual setup. Atom data can be fetched # from a local directory or a remote url. path['atom_data_path'] = os.path.expandvars(os.path.expanduser( > integration_tests_config['atom_data_path'] )) E KeyError: 'atom_data_path' tardis/tests/integration_tests/conftest.py:108: KeyError |