Wednesday, June 18, 2008

Test to simulate zope data

Today is a bit interesting day compared to the previous days. I involved in implementing a test class which simulate live Zope. Initially I started with testing for the sample data where I used them to understanding Zope.
I referred to the existing test classes and implement this test class. It was bit hard some times where I needed to go more deep in to the Zope code base. I was lucky because I am able to get the use of remote debugging functionality.

1 comment:

Charith said...

Today is a really interesting day. I feel I am get in to the project, there are lot of work left in fact.
I was able to commit changes to classes for the mentor feedbacks. Initially generated private/public key pair didn't work for me. Actually I hope it was because I created DSA key pair. This is the command to generate RSA key pair in linux. ssh-keygen -t rsa
In the Python class I have mixed up the functionalities in methods where they should not go. I understood how they match in the context. It's interesting to learn by mistakes, but it takes some more time.
I need to continue with the Metadata class which extract indexed objects and provide them when required.