Changes between Version 15 and Version 16 of pyrunner


Ignore:
Timestamp:
12/18/23 12:36:13 (11 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyrunner

    v15 v16  
    5050Your java code is assumed to have ...Test.java files that are compiled into your zip file, If you use java2python, you can keep the src and test java code separate and use something like
    5151{{{
    52                 PyProgram tests = PyProgram.fromDirectories(Arrays.asList(src, test));
     52PyProgram tests = PyProgram.fromDirectories(Arrays.asList(src, test));
    5353}}}
    5454