Radiant Extension and Testing

Hi,

Finally I got sometime to catch up with the new extension framework,
after launching my first behavior based Radiant app ( vers 0.5).

Using sample codes that I found on the wikis, I was able to build the
first extensions and are planning to migrate my behaviour code into the
new framework.

Everything is working now, until I started to write the test scripts. I
found that rake and autotest at RADIANT_ROOT only test the radiant code
and not extensions. Can anybody tell how to tell rake or autotest to
look also into the extension folders as well ?

Thanks in advance
Leon Yeh

rake test:extensions I believe. Or just run the individual test you
want. I don’t know about autotest.

Sean