I find TDD quite useful considering the sporadic nature of how I work on 
bits and pieces of mall functionality when i find time

Which is sorta why I tried a to fix scripts/test.py to some extent.


Questions:
    1. How do you run all the tests that currently exist. I find a sizeable 
test code such as the tests/ directory
but not sure how to run them. 
    2. What is the testing strategy for 
        2.1 the compiler 
        2.2 the widget code

On the mac I found the V8 open source javascript engine which from what I 
have played around with is
a java script interpreter and runs straight javascript code as a script. I 
can see this being usefull in testing 
the java script compiler directly.

Testing the widget set is a different problem. any ideas? How do people do 
it. 
I was reading up on selenium as a way of testing the widgets? 

Sarvi

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Pyjs.org Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to