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'