Rotest

Latest version: v8.3.1

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

8.3.1

Added support for block input validation when using resource unpacking

8.3.0

Enable unpacking resources (adding also the sub-resources to the test's dict)
Syntax: ResourceClass.request().unpack()

Issue: blocks input validation still doesn't consider unpacked subresources

8.2.1

Removed redundant dependency on pywin32

8.2.0

Enabled starting and stopping monitors manually with designated blocks:

from rotest.core.utils.useful_blocks import StartMonitorBlock, StopMonitorBlock
...
blocks = [
StartMonitorBlock.params(monitor_name='my_monitor'), Supply monitor name
StartMonitorBlock.params(monitor_class=MyMonitorClass), Alternatively supply class
StopMonitorBlock, Optional, otherwise monitors die when the main flow ends
]

8.1.1

Fixed bug: 'name' parameter to blocks/flow raises a 'not recognized input' error

8.1.0

* Enable sending data from sub-data when requesting sub-resources (r=Resource.request(data=MyData.sub.field)
* Added (back) the DataPointer class, that implements this behavior under the hood. It can also be used by itself (r=Resource.request(field=DataPointer("my_data_field_name"))
* Updated docs accordingly

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.