Skip to content

Commit 4d25333

Browse files
committed
Merge remote-tracking branch 'origin/master' into edge
2 parents fc4231b + cd0a720 commit 4d25333

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_mig_shared_install.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ def __init__(self, pw_uid, pw_gid):
4949

5050
def create_dummy_gpwnam(pw_uid, pw_gid):
5151
"""Helper to mimic pwd.getpwnam /etc/passwd lookup for arbitrary users"""
52-
52+
5353
dummy = DummyPwInfo(pw_uid, pw_gid)
5454
return lambda _: dummy
5555

5656

5757
class MigSharedInstall__generate_confs(MigTestCase):
5858
"""Unit test helper for the migrid code pointed to in class name"""
59-
59+
6060
def test_creates_output_directory_and_adds_active_symlink(self):
6161
symlink_path = temppath('confs', self)
6262
cleanpath('confs-foobar', self)
@@ -112,4 +112,4 @@ def test_creates_output_directory_containing_a_standard_local_configuration(self
112112

113113

114114
if __name__ == '__main__':
115-
testmain(failfast=True)
115+
testmain()

0 commit comments

Comments
 (0)