November 2017¶
Nov 22, 2017¶
Modules |
Versions |
---|---|
|
v3.3.9 |
Upgrade Instructions¶
bash$ pip install --upgrade ats.easypy
Changes¶
easypy
Warning
Backwards-incompatiable change. Please add the
-invoke_clean
parameter to your easypy command if you want clean to be executed.Now clean is only executed when the
-invoke_clean
parameter is specified.If
-clean_file
is specified it is parsed and loaded into yourtestbed.devices[<device_name>].clean
object(s) as usual, whether or not-invoke_clean
is specified. Please see Clean File for details.