squash-tf-services 2.0.0 Release Note
Introduction
The squash-tf-services is a Python API that can be used in automated tests to retrieve the value of some test parameters defined in Squash TM.
This release note describes the changes of squash-tf-services version 2.0.0 compared to 1.0.0.
squash-tf-services 2.0.0 was released on March 28, 2023.
New features
- Issue squash-tf-services #3 Refactoring the code to fit the Python-CI pipeline
The library has been rewritten in order to respect our current code quality standards. The support of Python 2 has been dropped.
Bug fixes
- Issue squash-tf-services #4 InterpolationSyntaxError when transfering a '%' character
The library was crashing when a parameter (e.g. a CUF or a dataset from Squash TM) was containing a%
character. This has been fixed.