Hello,
Robot Framework [1] is a generic open source test automation framework
for acceptance testing and acceptance test driven development (ATDD).
It has an easy-to-use tabular syntax for creating test cases and its
testing capabilities can be extended by test libraries implemented
either with Py
2009/2/21 Gabriel Genellina :
>
> Use packages. Make act1 and act2 packages by creating __init__.py files.
That's how I'd do it too. The code would be also more easy to
understand and maintain:
import act1
import act2
act1.story()
act2.story()
Alternative solution would be using reload functio
2009/2/6 Ken Elkabany :
>
> I am attempting to fully-simulate an 'int' object with a custom object type.
> It is part of a library I am creating for python futures and promises. Is
> there anyway such that type(my_object) can return ?
If it's enough to change how the type looks like you can simply
2008/12/16 "Martin v. Löwis" :
>>> Try installing Python 2.6.1 "for all users".
>>
>> Could you clarify why that's needed?
>
> I didn't say it's needed. I said that he should try that, perhaps it
> helps.
>
>> One thing we noticed (I'm not sure has this been yet submitted to
>> bugs.python.org yet)
2008/12/15 "Martin v. Löwis" :
>> I am very disappointed. Help me, please.
>
> Try installing Python 2.6.1 "for all users".
Could you clarify why that's needed? Link to a relevant bug report or
something similar is enough. We've got some weird problems installing
Python packages (win32.exe) on Wi
2008/12/6 News123 <[EMAIL PROTECTED]>:
> No my question does anybody know a nice beginners book (or a learning CD
> or on line tutorial)? Ideally it shouldn't be too serious and have a lot
> of small nice mini-examples
How to Think Like a Computer Scientist - Learning with Python is a
good book fo