Merge lp:~al-maisan/py-script/demo-branch into lp:py-script

Proposed by Muharem Hrnjadovic
Status: Merged
Merged at revision: not available
Proposed branch: lp:~al-maisan/py-script/demo-branch
Merge into: lp:py-script
Diff against target: 14 lines (+4/-0)
1 file modified
tests/test_scriptutil.py (+4/-0)
To merge this branch: bzr merge lp:~al-maisan/py-script/demo-branch
Reviewer Review Type Date Requested Status
Muharem Hrnjadovic Approve
Review via email: mp+18923@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Muharem Hrnjadovic (al-maisan) wrote :

This branch is sooooo great!

Revision history for this message
Muharem Hrnjadovic (al-maisan) wrote :

Na ja..

Revision history for this message
Muharem Hrnjadovic (al-maisan) wrote :

!!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tests/test_scriptutil.py'
--- tests/test_scriptutil.py 2009-12-31 00:48:34 +0000
+++ tests/test_scriptutil.py 2010-02-09 14:55:18 +0000
@@ -74,6 +74,10 @@
74 self.strip_tmp_path(ffound),74 self.strip_tmp_path(ffound),
75 ['debian/rules', 'debian/patches/02_Makefile.dpatch'])75 ['debian/rules', 'debian/patches/02_Makefile.dpatch'])
7676
77 def testSimpleFind4(self):
78 ffound = scriptutil.find(self._tmpdir, shellglobs=('R*',))
79 self.assertEqual(self.strip_tmp_path(ffound), ['README.CYGWIN', 'README', 'bfconvert/README', 'debian/README.Debian', 'php/apgonline/README'])
80
7781
78if __name__ == '__main__':82if __name__ == '__main__':
79 unittest.main()83 unittest.main()

Subscribers

People subscribed via source and target branches

to all changes: