Skip to main content

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

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



Back to the top