Skip to content

test_eightcells_model_wells_json_output_no_none fails due to change in .internal_data #173

@berland

Description

@berland
tests/integration/test_eightcells_simulation.py::test_eightcells_model_wells_json_output_no_none FAILED

======================================================= FAILURES =======================================================
___________________________________ test_eightcells_model_wells_json_output_no_none ____________________________________

copy_eightcells_test_data_to_tmp = None

    def test_eightcells_model_wells_json_output_no_none(copy_eightcells_test_data_to_tmp):
        config = EverestConfig.load_file(CONFIG_FILE)
        _ = _everest_to_ert_config_dict(config)
    
>       with open(
            os.path.join(config.output_dir, ".internal_data", "wells.json"),
            encoding="utf-8",
        ) as f:
E       FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pytest-of-havb/pytest-388/test_eightcells_model_wells_js0/everest/model/everest_output/.internal_data/wells.json'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions