[Gambas-user] gb.test IDE integration
Benoît Minisini
g4mba5 at gmail.com
Wed May 13 11:35:42 CEST 2020
Le 13/05/2020 à 11:26, Christof Thalhofer a écrit :
> Hello,
>
> we need a possibility to get all tests (testmodules and testmethods) of
> a project. There is a new function in gb.test that returns all tests
> (names of testmodules and their testmethods) as a Json string:
>
> Test.AllTestsJson()
>
> Can we create an option for the interpreter to call this function? For
> instance:
>
> gbx3 -a /path/to/project
>
> would then print out a json string with all tests of that project.
>
> Alles Gute
>
> Christof Thalhofer
>
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
What for? Just browse all '*.test' files recursively in '.src'.
--
Benoît Minisini
More information about the User
mailing list