Changes between Version 44 and Version 45 of pyrunner


Ignore:
Timestamp:
09/09/24 19:53:10 (7 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyrunner

    v44 v45  
    5858=== Run all tests programatically
    5959PythonVenv also has support to run unit tests with discovery.
    60 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
     60
     61{{{#!td style="background: #eef"
     62For discovery, test classes must have a filename ending on {{{Test.py}}}
     63}}}
     64
     65
     66
     67If you use java2python, you can keep the src and test java code separate and use something like
    6168{{{
    6269PyProgram tests = PyProgram.fromDirectories(Arrays.asList(src, test));