Skip to content

Commit

Permalink
fix docstring in test_skip_sanity_check
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel authored Aug 13, 2024
1 parent a02b8ec commit 310d0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def test_ignore_test_failure(self):
self.assertErrorRegex(EasyBuildError, error_pattern, self.eb_main, args, do_build=True, raise_error=True)

def test_skip_sanity_check(self):
"""Test ignore failing tests (--ignore-test-failure)."""
"""Test skipping of sanity check step (--skip-sanity-check)."""

topdir = os.path.abspath(os.path.dirname(__file__))
toy_ec = os.path.join(topdir, 'easyconfigs', 'test_ecs', 't', 'toy', 'toy-0.0.eb')
Expand Down

0 comments on commit 310d0c2

Please sign in to comment.