Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] DLTK unit tests


Thanks a lot!
I've just run those tests, and I've got only 8 failures from 1326 tests!
It's really impressing!

BTW, failures are in Ruby launching tests, though I have /usr/bin/ruby.

On Tue, Jul 8, 2008 at 3:48 PM, Alex Panchenko <alex@xxxxxxxxx> wrote:
Hi all,

The project to run all tests in the Eclipse DLTK repository is committed to
org.eclipse.dltk/core/tests.all/org.eclipse.dltk.tests.all
it has dependencies on all other projects.

It runs all tests (Core, TCL, Ruby, Python) - it is better to run all of them to get maximum test coverage.

VM args = -Xmx256m
*LaunchingTests require corresponding executable files (e.g. /usr/bin/ruby) to launch. The paths are hardcoded now.

Also, at the moment some tests fails on Windows.

Regards,
Alex



Alex Panchenko wrote:
Hi,

Right click on the AllTests class - Run as - JUnit Plug-in Test
There are several AllTests classes in different projects.

I will commit compound AllTests class to call all of them in single click.

Regards,
Alex

Michael Spector wrote:

Hi All,

I have a common question: where can I read about running DLTK framework unit tests,
so I will be able to verify my changes before committing some code?

Thanks!

--
Michael
------------------------------------------------------------------------

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev
 

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev



--
Michael

Back to the top