# 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": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "testing robotframework mockserver mock stub",
"author": "Frank van der Kuur",
"author_email": "frank.vanderkuur@bqa.nl",
"download_url": "https://files.pythonhosted.org/packages/3f/cf/2156dc74b1825780d96da301e9d22b0dec82a456b312bee03939fb145027/robotframework_mockserverlibrary-0.8.8.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": null,
"summary": "Robot framework library for MockServer",
"version": "0.8.8",
"project_urls": {
"Homepage": "https://github.com/frankvanderkuur/robotframework-mockserverlibrary"
},
"split_keywords": [
"testing",
"robotframework",
"mockserver",
"mock",
"stub"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3fcf2156dc74b1825780d96da301e9d22b0dec82a456b312bee03939fb145027",
"md5": "006bd74c7473bf9bdbf48544f083389a",
"sha256": "4d90b7c87d35ee05b8d6adfbac3c458ecf16000e98bbb386d87bbfd19a0758f8"
},
"downloads": -1,
"filename": "robotframework_mockserverlibrary-0.8.8.tar.gz",
"has_sig": false,
"md5_digest": "006bd74c7473bf9bdbf48544f083389a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5788,
"upload_time": "2025-01-26T13:29:40",
"upload_time_iso_8601": "2025-01-26T13:29:40.169694Z",
"url": "https://files.pythonhosted.org/packages/3f/cf/2156dc74b1825780d96da301e9d22b0dec82a456b312bee03939fb145027/robotframework_mockserverlibrary-0.8.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-26 13:29:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "frankvanderkuur",
"github_project": "robotframework-mockserverlibrary",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "docker-compose",
"specs": [
[
">=",
"1.23.2"
]
]
},
{
"name": "twine",
"specs": [
[
">=",
"1.13.0"
]
]
},
{
"name": "flake8",
"specs": [
[
">=",
"3.7.7"
]
]
},
{
"name": "robotframework",
"specs": [
[
">=",
"3.1.1"
]
]
}
],
"lcname": "robotframework-mockserverlibrary"
}