[tor-dev] Stem Proc Integration Tests

Michele Orrù maker.py at gmail.com
Fri Jun 29 13:30:34 UTC 2012


2012/6/28 Damian Johnson <atagar at torproject.org>:
>> Erik and I have finished the proc.py integration tests
>
> Great! I'm looking forward to checking them out.
>
>> Tomorrow, we will be starting the next Stem task regarding the Tor Export project. Do you have any recommendations on where we should start exploring in the Stem documentation?
>
> Hmm, this concerns translating Descriptor subclasses [1] into a csv
> (and I suppose loading them back up). First step would be to google
> around to see if there's a builtin function what'll do this or help
> with it. If not then this might simply include dumping out their
> __dict__...
Please use the built-in function vars() instead of __dict__ to retrive
instance attributes.

-- 
ù


More information about the tor-dev mailing list