Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] how on running tests

Hi Jae,

Lets I explain how it is works.

About build process:

Our build system uses map files with specified stable
versions(integration), so it is not a problem if something are broken in
cvs. 

Then some plugin version are stable, we tag it and update maps.
Build system check map files every hour, and build new version.

Also build system execute all tests we specified, so you could view test
results on download page.
For now not all tests are pass, we have some problems with running UI
tests on our linux box, but i suppose we will fix them soon.

You could obtain latest drops from http://pentagon.xored.com/dltk/staging/.
After some testing are done we put stable integration build to Eclipse
download site.

About tests:

Tests are in *.test plugins.
So you could execute them directly.
For example you could look at org.eclipse.dltk.core.AllTests.

It is good way to execute tests before you commit code to cvs, and it is
very good way to write tests for new code :-)

>   i definitely didn't expect you guys to fix the issues that came w/ the
> IScriptModule refatoring, and i probably should have asked this question
> before i submitted the patch.
>   
Actually this is not a big problem.

Andrei.



Back to the top