Skip to content

Commit cd0a720

Browse files
committed
manually merge PR78, thanks @albu-diku
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6086 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 230445f commit cd0a720

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)