On Wed, 03 Aug 2011 12:47:23 +0200
senthil.kumaran wrote:
>
> diff --git a/Lib/test/test_urlparse.py b/Lib/test/test_urlparse.py
> --- a/Lib/test/test_urlparse.py
> +++ b/Lib/test/test_urlparse.py
> @@ -371,6 +371,8 @@
> self.checkJoin('http:///', '..','http:///')
> self.checkJo
On Tue, Aug 02, 2011 at 02:16:01PM +0200, Antoine Pitrou wrote:
> There are still a lot of spaces in your message. You should use string
Yes, did not realize that.. :( Georg fixed this in his commit.
Thanks,
Senthil
___
Python-Dev mailing list
Python-De
On Wed, Aug 03, 2011 at 03:23:19PM +0200, Antoine Pitrou wrote:
> This is the same test repeated. Perhaps you meant svn+ssh?
oops, thanks for the catch. yes, I did mean svn+ssh. I shall change
it.
--
Senthil
___
Python-Dev mailing list
Python-Dev@pytho
My apologies for posting here first, but I'm not yet confident enough in
my bug searching fu, and duplicates are a pain.
Here's the issue:
from unittest import *
class MyTest(TestCase):
def test_add(self):
self.assertEqual(1,(2-1),"Sample Subraction Test")
if __name__ == '__main__
On 3 Aug 2011, at 21:36, Ethan Furman wrote:
> My apologies for posting here first, but I'm not yet confident enough in my
> bug searching fu, and duplicates are a pain.
>
> Here's the issue:
>
> from unittest import *
That's the bug right there. Just import TestCase and main and everything sh
Michael Foord wrote:
On 3 Aug 2011, at 21:36, Ethan Furman wrote:
My apologies for posting here first, but I'm not yet confident enough in my bug
searching fu, and duplicates are a pain.
Here's the issue:
from unittest import *
That's the bug right there. Just import TestCase and main and e
On 3 Aug 2011, at 22:58, Ethan Furman wrote:
> Michael Foord wrote:
>> On 3 Aug 2011, at 21:36, Ethan Furman wrote:
>>> My apologies for posting here first, but I'm not yet confident enough in my
>>> bug searching fu, and duplicates are a pain.
>>>
>>> Here's the issue:
>>>
>>> from unittest imp
Michael Foord wrote:
On 3 Aug 2011, at 22:58, Ethan Furman wrote:
Michael Foord wrote:
On 3 Aug 2011, at 21:36, Ethan Furman wrote:
My apologies for posting here first, but I'm not yet confident enough in my bug
searching fu, and duplicates are a pain.
Here's the issue:
from unittest import
Am 04.08.2011 05:25, schrieb solip...@pitrou.net:
> results for 65c412586901 on branch "default"
>
>
>
>
> Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R',
> '3:3:/home/antoine/cpython/refleaks/reflogso7nu3', '-x']
Do we need thi
On Thu, Aug 4, 2011 at 3:42 PM, Georg Brandl wrote:
> Am 04.08.2011 05:25, schrieb solip...@pitrou.net:
>> results for 65c412586901 on branch "default"
>>
>>
>>
>>
>> Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R',
>> '3:3:/home/ant
10 matches
Mail list logo