|
From: Michael F. <fuz...@vo...> - 2010-04-04 21:33:18
|
On 01/04/2010 02:04, Mohanaraj Gopala Krishnan wrote:
> [snip...]
>> and get the follwing result
>> 3 items had failures:
>> 2 of 7 in configobj.Section.as_int
>> 1 of 6 in configobj.Section.merge
>> 2 of 6 in configobj.Section.walk
>> ***Test Failed*** 5 failures.
>> However I get these same results when I try to run the tests before applying my patch.
>> Any advice ?
>>
>> Hmm... What version of Python are you using and what operating system? Can you show the actual test failures (the results), thanks.
>>
> I use Ubuntu 9.10, python version 2.6.4 , from the distributions repository.
> I have attached the complete test results, when I run "python
> test_configobj.py".
>
The test failures you posted make me think you aren't running the tests
against the most recent version of ConfigObj. For example:
'ConfigObj' object has no attribute 'as_list'
If I try this:
>>> import configobj
>>> configobj.__version__
'4.7.2'
>>> c = configobj.ConfigObj()
>>> c.as_list
<bound method ConfigObj.as_list of ConfigObj({})>
All the best,
Michael
> <snip>
>
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
>
>
> _______________________________________________
> Configobj-develop mailing list
> Con...@li...
> https://lists.sourceforge.net/lists/listinfo/configobj-develop
>
--
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog
READ CAREFULLY. By accepting and reading this email you agree, on behalf of your employer, to release me from all obligations and waivers arising from any and all NON-NEGOTIATED agreements, licenses, terms-of-service, shrinkwrap, clickwrap, browsewrap, confidentiality, non-disclosure, non-compete and acceptable use policies ("BOGUS AGREEMENTS") that I have entered into with your employer, its partners, licensors, agents and assigns, in perpetuity, without prejudice to my ongoing rights and privileges. You further represent that you have the authority to release me from any BOGUS AGREEMENTS on behalf of your employer.
|