Changes between Version 15 and Version 16 of pyrunner
- Timestamp:
- 12/18/23 12:36:13 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v15 v16 50 50 Your 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 51 51 {{{ 52 52 PyProgram tests = PyProgram.fromDirectories(Arrays.asList(src, test)); 53 53 }}} 54 54