Skip to content

Robot Framework 3.0.3 patch

Compare
Choose a tag to compare
@aljcalandra aljcalandra released this 10 Apr 19:38
· 538 commits to master since this release

Objects returned from the requests library were being defined as list-like and treated as such with the new dictionary enhancement in robotframework.

We are now returning DotDicts as response objects which maintain the same level of functionality inside robot.

Potential Issues:
Some of the internal functions may no longer function if these were being interacted with directly in a python file, particularly the following:

  • next()
  • iter_content()
  • iter_lines()
  • raise_for_status()