robotframework-mockserverlibrary


Namerobotframework-mockserverlibrary JSON
Version 0.8.7 PyPI version JSON
download
home_pagehttps://github.com/frankvanderkuur/robotframework-mockserverlibrary
SummaryRobot framework library for MockServer
upload_time2023-11-18 08:05:20
maintainer
docs_urlNone
authorFrank van der Kuur
requires_python
license
keywords testing robotframework mockserver mock stub
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MockServer Robot Framework Library

This project implements the Robot Framework keywords to interact with [MockServer](http://www.mock-server.com/) through HTTP.

## Installation

```sh
$ pip install robotframework-mockserverlibrary
```

## Usage

Add library to settings section:

```
*** Settings ***
Library  MockServerLibrary
```

[Keyword documentation for the latest release](https://frankvanderkuur.github.io/docs/robotframework-mockserverlibrary.html)

See tests/robot/tests/mock_server.robot for detailed usage examples.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/frankvanderkuur/robotframework-mockserverlibrary",
    "name": "robotframework-mockserverlibrary",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "testing robotframework mockserver mock stub",
    "author": "Frank van der Kuur",
    "author_email": "frank.vanderkuur@bqa.nl",
    "download_url": "https://files.pythonhosted.org/packages/33/1e/5f6639b8fb7ba96b03e64201d77cf327c9ebe3481f9e56d3faa157bc1349/robotframework-mockserverlibrary-0.8.7.tar.gz",
    "platform": null,
    "description": "# MockServer Robot Framework Library\n\nThis project implements the Robot Framework keywords to interact with [MockServer](http://www.mock-server.com/) through HTTP.\n\n## Installation\n\n```sh\n$ pip install robotframework-mockserverlibrary\n```\n\n## Usage\n\nAdd library to settings section:\n\n```\n*** Settings ***\nLibrary  MockServerLibrary\n```\n\n[Keyword documentation for the latest release](https://frankvanderkuur.github.io/docs/robotframework-mockserverlibrary.html)\n\nSee tests/robot/tests/mock_server.robot for detailed usage examples.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Robot framework library for MockServer",
    "version": "0.8.7",
    "project_urls": {
        "Homepage": "https://github.com/frankvanderkuur/robotframework-mockserverlibrary"
    },
    "split_keywords": [
        "testing",
        "robotframework",
        "mockserver",
        "mock",
        "stub"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "331e5f6639b8fb7ba96b03e64201d77cf327c9ebe3481f9e56d3faa157bc1349",
                "md5": "72fa528f0b45d54c237c1c8a28fa8ad2",
                "sha256": "f3c313fd4901403bf3c6074b6b79b601e06d15a8cb4463d8e8a22c7a130401df"
            },
            "downloads": -1,
            "filename": "robotframework-mockserverlibrary-0.8.7.tar.gz",
            "has_sig": false,
            "md5_digest": "72fa528f0b45d54c237c1c8a28fa8ad2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5615,
            "upload_time": "2023-11-18T08:05:20",
            "upload_time_iso_8601": "2023-11-18T08:05:20.713330Z",
            "url": "https://files.pythonhosted.org/packages/33/1e/5f6639b8fb7ba96b03e64201d77cf327c9ebe3481f9e56d3faa157bc1349/robotframework-mockserverlibrary-0.8.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-18 08:05:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "frankvanderkuur",
    "github_project": "robotframework-mockserverlibrary",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "robotframework-mockserverlibrary"
}
        
Elapsed time: 0.14100s