Re: [Distutils] disutils2 tests and python 2.5

2010-11-30 Thread Garciahh
Yes, the module testing must be checked up carefully. I also am often engaged in this. - http://uk.bestessays.com/ uk essays -- View this message in context: http://old.nabble.com/disutils2-tests-and-python-2.5-tp30234750p30328469.html Sent from the Python - distutils-sig mailing list ar

Re: [Distutils] disutils2 tests and python 2.5

2010-11-30 Thread Garciahh
Roumen Petrov-3 wrote: > > Hello all, > > I would like to ask to compare/check unit test results of distutils2 > (repository) with someone. > In my build environment the unit test exit without errors: > > test_check_metadata (distutils2.tests.test_command_check.CheckTestCase)

Re: [Distutils] disutils2 tests and python 2.5

2010-11-19 Thread Fred Drake
On Wed, Nov 17, 2010 at 5:02 PM, Éric Araujo wrote: > I wanted to avoid that.  I’m sure one of the new TestCase methods checks > for “same items”. I guess that's fine for the d2 tests. I should spend a little more time looking at u2 to determine if it makes sense to start using that in tests at

Re: [Distutils] disutils2 tests and python 2.5

2010-11-19 Thread Roumen Petrov
Éric Araujo wrote: Hi Roumen, A recent change in d2.run has broken test_config. I propose to revert the change. If Tarek agrees, he'll pull http://bitbucket.org/Merwok/distutils2/changeset/593109ce2549 Thank you for the testing! Ok thanks . Now after patch the reported issue is fixed and r

Re: [Distutils] disutils2 tests and python 2.5

2010-11-18 Thread Tarek Ziadé
On Wed, Nov 17, 2010 at 10:25 AM, Éric Araujo wrote: > Hi Roumen, > > A recent change in d2.run has broken test_config.  I propose to revert the > change. > If Tarek agrees, he'll pull > http://bitbucket.org/Merwok/distutils2/changeset/593109ce2549 -1. The change was intended, as we are currentl

Re: [Distutils] disutils2 tests and python 2.5

2010-11-17 Thread Éric Araujo
>> We need to use the TestCase method that checks for items without respect >> to order. > > self.assertEqual(sorted(a), sorted(b)) I wanted to avoid that. I’m sure one of the new TestCase methods checks for “same items”. Regards ___ Distutils-SIG ma

Re: [Distutils] disutils2 tests and python 2.5

2010-11-17 Thread Fred Drake
On Wed, Nov 17, 2010 at 4:07 PM, Éric Araujo wrote: > We need to use the TestCase method that checks for items without respect > to order. self.assertEqual(sorted(a), sorted(b))   -Fred -- Fred L. Drake, Jr.    "A storm broke loose in my mind."  --Albert Einstein

Re: [Distutils] disutils2 tests and python 2.5

2010-11-17 Thread Éric Araujo
> - ['README', 'setup.cfg', 'data/data1'] > + ['setup.cfg', 'README', 'data/data1'] We need to use the TestCase method that checks for items without respect to order. Regards ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.or

Re: [Distutils] disutils2 tests and python 2.5

2010-11-17 Thread Éric Araujo
Hi Roumen, A recent change in d2.run has broken test_config. I propose to revert the change. If Tarek agrees, he'll pull http://bitbucket.org/Merwok/distutils2/changeset/593109ce2549 Thank you for the testing! ___ Distutils-SIG maillist - Distuti

[Distutils] disutils2 tests and python 2.5

2010-11-16 Thread Roumen Petrov
Hello all, I would like to ask to compare/check unit test results of distutils2 (repository) with someone. In my build environment the unit test exit without errors: test_check_metadata (distutils2.tests.test_command_check.CheckTestCase) ... ok test_check_restructuredtext (di