Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaasgoyal committed Jul 15, 2024
1 parent f4c3c19 commit b65c2df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_pbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ def test_verbose_flag_added_to_command_line_arguments(self):
benchcab_path="/absolute/path/to/benchcab",
) == load_package_data("test/pbs_jobscript_verbose.sh")

def test_skip_bitwise_comparison_step(self):
"""Success case: skip fluxsite-bitwise-cmp step."""
def test_skip_optional(self):
"""Success case: skip optional steps."""
assert render_job_script(
project="tm70",
config_path="/path/to/config.yaml",
modules=["foo", "bar", "baz"],
pbs_config=internal.FLUXSITE_DEFAULT_PBS,
skip_bitwise_cmp=True,
benchcab_path="/absolute/path/to/benchcab",
) == load_package_data("test/pbs_jobscript_skip_bitwise.sh")
) == load_package_data("test/pbs_jobscript_skip_optional.sh")

def test_no_skip_coverage_step(self):
"""Success case: not skip coverage step."""
Expand Down

0 comments on commit b65c2df

Please sign in to comment.