{ "info": { "author": "Daniel Anderson", "author_email": "daniel@dattrix.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development :: Testing" ], "description": ".. image:: https://travis-ci.org/danielatdattrixdotcom/pyapitest.svg?branch=master\n :target: https://travis-ci.org/danielatdattrixdotcom/pyapitest\n\n.. image:: https://badge.fury.io/py/pyapitest.svg\n :target: https://badge.fury.io/py/pyapitest\n\n\npyapitest\n=========\nTest HTTP APIs using plain configuration in JSON.\n\n\nObjectives\n==========\n- Create a HTTP request testing tool that is uses tests written soley in JSON.\n- Make configurations simple, non-repetitive and matched to parameters passed to requests\n- Be a tool to use within the testing framework of the users' choice, not provide a standalone solution.\n\n\nStatus\n======\nCurrently in development. I am building it along side writing tests for an existing application, features will be added on an as-needed basis. Specifically the use of the modules jsonschema and jmespath will be implemented after the basics are all addressed. JSON is going to be the default supported config and request/response format, but will be written so that anything that can become a dict can be used.\n\n\nDevelopment/Testing\n===================\n::\n\n pip install pytest bottle six requests cerberus\n\nYou'll find a script for running tests, and a test HTTP server in the root of the repo.\n\n\nAcknowledgements\n================\nI thought the YAML configs used for `pyresttest `_ were a clean way to write tests for API endpoints, but wanted to make a tool more easily maintained.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/danielatdattrixdotcom/pyapitest", "keywords": "api testing json", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "pyapitest", "package_url": "https://pypi.org/project/pyapitest/", "platform": "", "project_url": "https://pypi.org/project/pyapitest/", "project_urls": { "Homepage": "https://github.com/danielatdattrixdotcom/pyapitest" }, "release_url": "https://pypi.org/project/pyapitest/0.0.1.dev4/", "requires_dist": [ "requests", "cerberus", "six" ], "requires_python": "", "summary": "Test HTTP APIs using plain configuration in JSON.", "version": "0.0.1.dev4" }, "last_serial": 2328401, "releases": { "0.0.1.dev4": [ { "comment_text": "", "digests": { "md5": "b1331b97ad9fe6ad361b5743756f4efe", "sha256": "8fbba7bbc9749d9d20c7a1493c19bfd29bf2d3f4f4f2becd02f459ff1c449b8e" }, "downloads": -1, "filename": "pyapitest-0.0.1.dev4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b1331b97ad9fe6ad361b5743756f4efe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7745, "upload_time": "2016-09-06T23:36:42", "url": "https://files.pythonhosted.org/packages/1f/d1/9c58b42ede00a979d0ce64f9a7330c0acfd40ea6704c23d5f1966241ab01/pyapitest-0.0.1.dev4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e0ee28ab7f44a8525cd0fb2c4b5e8bf6", "sha256": "8634e023d3181179ddd0d501b82096ebfb6e22e0e6c1827006d0fc1d32a58e5b" }, "downloads": -1, "filename": "pyapitest-0.0.1.dev4.tar.gz", "has_sig": false, "md5_digest": "e0ee28ab7f44a8525cd0fb2c4b5e8bf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6623, "upload_time": "2016-09-06T23:36:44", "url": "https://files.pythonhosted.org/packages/19/15/b5a2b27f0a35822780b4ffbf21883298e4e554f1807af900918fde816cf8/pyapitest-0.0.1.dev4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b1331b97ad9fe6ad361b5743756f4efe", "sha256": "8fbba7bbc9749d9d20c7a1493c19bfd29bf2d3f4f4f2becd02f459ff1c449b8e" }, "downloads": -1, "filename": "pyapitest-0.0.1.dev4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b1331b97ad9fe6ad361b5743756f4efe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7745, "upload_time": "2016-09-06T23:36:42", "url": "https://files.pythonhosted.org/packages/1f/d1/9c58b42ede00a979d0ce64f9a7330c0acfd40ea6704c23d5f1966241ab01/pyapitest-0.0.1.dev4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e0ee28ab7f44a8525cd0fb2c4b5e8bf6", "sha256": "8634e023d3181179ddd0d501b82096ebfb6e22e0e6c1827006d0fc1d32a58e5b" }, "downloads": -1, "filename": "pyapitest-0.0.1.dev4.tar.gz", "has_sig": false, "md5_digest": "e0ee28ab7f44a8525cd0fb2c4b5e8bf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6623, "upload_time": "2016-09-06T23:36:44", "url": "https://files.pythonhosted.org/packages/19/15/b5a2b27f0a35822780b4ffbf21883298e4e554f1807af900918fde816cf8/pyapitest-0.0.1.dev4.tar.gz" } ] }