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
1=== modified file 'tests/test_scriptutil.py'
2--- tests/test_scriptutil.py 2009-12-31 00:48:34 +0000
3+++ tests/test_scriptutil.py 2010-02-09 14:55:18 +0000
4@@ -74,6 +74,10 @@
5 self.strip_tmp_path(ffound),
6 ['debian/rules', 'debian/patches/02_Makefile.dpatch'])
7
8+ def testSimpleFind4(self):
9+ ffound = scriptutil.find(self._tmpdir, shellglobs=('R*',))
10+ self.assertEqual(self.strip_tmp_path(ffound), ['README.CYGWIN', 'README', 'bfconvert/README', 'debian/README.Debian', 'php/apgonline/README'])
11+
12
13 if __name__ == '__main__':
14 unittest.main()

Subscribers

People subscribed via source and target branches

to all changes: