Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
johevemi committed Dec 9, 2024
1 parent 5d150e3 commit 0091fd8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion source/electrical_heating/contracts/parameters-reference.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# This file contains all the parameters that the job consumers. Some are required and some or not.
# This file contains all the parameters that the job consumers. Some are required and some or not.
#
# Empty lines and lines starting with '#' are ignores in the tests.

# Required parameters
--electrical-heating-id={electrical-heating-id}

# Optional parameters
1 change: 1 addition & 0 deletions source/electrical_heating/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import pytest
from typing import Callable


@pytest.fixture(scope="session")
def file_path_finder() -> Callable[[str], str]:
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

import pytest

from source.electrical_heating.electrical_heating_job.entry_points.job_args.electrical_heating_job_args import \
from electrical_heating_job.entry_points.job_args.electrical_heating_job_args import \
parse_job_arguments, parse_command_line_arguments
from source.electrical_heating.electrical_heating_job.entry_points.job_args.environment_variables import \
from electrical_heating_job.entry_points.job_args.environment_variables import \
EnvironmentVariable

DEFAULT_ID = "12345678"
DEFAULT_ID = "12345678-9fc8-409a-a169-fbd49479d718"


def _get_contract_parameters(filename: str) -> list[str]:
Expand Down

0 comments on commit 0091fd8

Please sign in to comment.