|
| setup_method (self) |
|
| test_fail_with_non_existing_candidate_file (self, tmp_path) |
|
| test_read_two_candidates_file (self, tmp_path) |
|
| test_update_link_profile_key (self, tmp_path) |
|
| test_output_file (self, tmp_path) |
|
| get_link_profile (self, tmp_path) |
|
◆ old_candidate_file_content
tests.python.test_profile_link_checker.TestProfileLinkChecker.old_candidate_file_content |
Initial value:= "[1]\n" \
"name = semibase\n" \
"link = area1 - semibase\n" \
"annual-cost-per-mw = 126000\n" \
"unit-size = 200\n" \
"max-units = 10\n" \
"[2]\n" \
"name = peak\n" \
"link = area1 - peak\n" \
"annual-cost-per-mw = 60000\n" \
"unit-size = 100\n" \
"max-units = 20\n" \
"[3]\n" \
"name = pv\n" \
"link = area2 - pv\n" \
"annual-cost-per-mw = 55400\n" \
"max-investment = 1000\n" \
f"link-profile = {self.link_profile_file}\n"
The documentation for this class was generated from the following file:
- tests/python/test_profile_link_checker.py