Skip to content

robotframework-httpctrl 0.3.2

Latest

Choose a tag to compare

@annoviko annoviko released this 15 Sep 12:13
· 4 commits to master since this release

robotframework-httpctrl 0.3.2 is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server services to make REST API testing easy.

GENERAL CHANGES

  • Add pyproject.toml to support modern PEP 517/518 builds.
    See: #44

  • Removed setup.py - old-style installs may not work.
    See: #44