{ "info": { "author": "Tuukka Turto", "author_email": "tuukka.turto@oktaeder.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: X11 Applications :: Qt", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Testing" ], "description": "satin-python\n============\n\nsatin-python is simple UI matcher and driver library, built on top of hamcrest and PyQt\n\nUsage\n=====\n\nFinding specific widget\n-----------------------\nTo find a specific widget, use function widget:\n\n sub_widget = widget(dialog,\n matcher)\n\nWhere dialog is Qt object to examine and matcher is hamcrest matcher capable\nof detecting specific widget.\n\nLabels\n------\nTo check that a widget has label with text 'Title':\n\n assert_that(item, has_label('Title'))\n\nEvent loop\n----------\nTo start event loop, use @satin_suite class decorator. This will modify your\ntest class to start QApplication behind the scenes in order to have the event\nloop running. When the test method completes, QApplication is automatically\nshutdown.\n\n @satin_suite\n def TestWidget():\n def test_clicking_around():\n ...\n\nLicense\n=======\nsatin-python is copyrighted by Tuukka Turto and is placed under\nGNU General Public License. For more information, please refer to license.txt\nfound in the main folder.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tuturto/satin-python/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "satin", "package_url": "https://pypi.org/project/satin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/satin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tuturto/satin-python/" }, "release_url": "https://pypi.org/project/satin/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "UI testing library for PyQt", "version": "0.1.0" }, "last_serial": 815289, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e933573aa35c91083533fb6f471ff56b", "sha256": "3ced78ebc6241c60fb30320c89ab90bc4ec8d18df6f66044fe593e044d251110" }, "downloads": -1, "filename": "satin-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e933573aa35c91083533fb6f471ff56b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4066, "upload_time": "2013-07-14T20:34:34", "url": "https://files.pythonhosted.org/packages/bf/58/a4da7f27a1000af5a876472364fb5498ea85023edff1f61fb6922859b831/satin-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e933573aa35c91083533fb6f471ff56b", "sha256": "3ced78ebc6241c60fb30320c89ab90bc4ec8d18df6f66044fe593e044d251110" }, "downloads": -1, "filename": "satin-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e933573aa35c91083533fb6f471ff56b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4066, "upload_time": "2013-07-14T20:34:34", "url": "https://files.pythonhosted.org/packages/bf/58/a4da7f27a1000af5a876472364fb5498ea85023edff1f61fb6922859b831/satin-0.1.0.tar.gz" } ] }