{ "info": { "author": "Mihai Dinca", "author_email": "dincamihai@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Pytest", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Testing" ], "description": "pytest-salt-containers\n===================================\n\nA Pytest plugin that makes it easy to write integration tests for salt\n\n----\n\nThis `Pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`_'s `Cookiecutter-pytest-plugin`_ template.\n\n\nInstallation\n------------\n\nYou can install \"pytest-salt-containers\" via `pip`_ from `PyPI`_::\n\n $ pip install pytest-salt-containers\n\n\nUsage\n-----\n\nHow to write tests and how they work\n************************************\n\nWriting a \"test.ping\" test\n\nFor this we need a salt master and a minion.\nWe can do that by creating a new file in the `tests` folder:\n\n.. compound::\n\n ./tests/test_example.py::\n\n def test_ping_minion(master, minion):\n pass\n\nThis uses `master` and `minion` fixtures defined in `tests/conftest.py`.\n\n_Note: The fixtures defined in `conftest.py` (or in the current file) are automatically discovered by `py.test`_\n\nThe fixtures rely on [fatory-boy](https://pypi.python.org/pypi/factory_boy/) factories defined in `tests/factories.py`.\nThe factories take care of running `sast-master` and `salt-minion` in separate docker containers (it is also possible to run them in the same container).\n\nWith this, we have a running salt-master and a salt-minion.\n\nTo make master accept minion, I have created a convenient fixture called `minion_key_accepted`\nLet's modify the test above to use it.\n\n.. compound::\n\n ./tests/test_example.py::\n\n def test_ping_minion(master, minion, minion_key_accepted):\n pass\n\nTo run `salt test.ping` on master and assert minion replied, do this:\n\n.. compound::\n\n ./tests/test_example.py::\n\n def test_ping_minion(master, minion, minion_key_accepted):\n assert master.salt(minion['id'], \"test.ping\")[minion['id']] is True\n\nThis might fail sometimes because the command might be run before .\nIn order to avoid that, I have created a `retry` helper that raises an exception if the command was not successful within `config.TIME_LIMIT`. So we need to change the test like this:\n\n.. compound::\n\n ./tests/test_example.py::\n\n from utils import retry\n\n\n def test_ping_minion(master, minion, minion_key_accepted):\n\n def ping(): \n return master.salt(minion['id'], \"test.ping\")[minion['id']] \n \n assert retry(ping) \n\nContributing\n------------\nContributions are very welcome. Tests can be run with `tox`_, please ensure\nthe coverage at least stays the same before you submit a pull request.\n\nLicense\n-------\n\nDistributed under the terms of the `MIT`_ license, \"pytest-salt-containers\" is free and open source software\n\n\nIssues\n------\n\nIf you encounter any problems, please `file an issue`_ along with a detailed description.\n\n.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter\n.. _`@hackebrot`: https://github.com/hackebrot\n.. _`MIT`: http://opensource.org/licenses/MIT\n.. _`BSD-3`: http://opensource.org/licenses/BSD-3-Clause\n.. _`GNU GPL v3.0`: http://www.gnu.org/licenses/gpl-3.0.txt\n.. _`Apache Software License 2.0`: http://www.apache.org/licenses/LICENSE-2.0\n.. _`cookiecutter-pytest-plugin`: https://github.com/pytest-dev/cookiecutter-pytest-plugin\n.. _`file an issue`: https://github.com/dincamihai/pytest-salt-containers/issues\n.. _`pytest`: https://github.com/pytest-dev/pytest\n.. _`tox`: https://tox.readthedocs.io/en/latest/\n.. _`pip`: https://pypi.python.org/pypi/pip/\n.. _`PyPI`: https://pypi.python.org/pypi", "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/dincamihai/pytest-salt-containers", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pytest-salt-containers", "package_url": "https://pypi.org/project/pytest-salt-containers/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pytest-salt-containers/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dincamihai/pytest-salt-containers" }, "release_url": "https://pypi.org/project/pytest-salt-containers/0.2.9/", "requires_dist": null, "requires_python": null, "summary": "A Pytest plugin that builds and creates docker containers", "version": "0.2.9" }, "last_serial": 3150284, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "2b843837491ca6e283259702f03114ca", "sha256": "637eda3a5664ee6c132d48cdcb85c8e19a172ebe751de91a53cd40424e770b9f" }, "downloads": -1, "filename": "pytest-salt-containers-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2b843837491ca6e283259702f03114ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5484, "upload_time": "2016-06-30T12:06:05", "url": "https://files.pythonhosted.org/packages/a9/47/1927cae44a04f7a9260d286693f08498fe0d9c57fc83a584d1e401bf62ff/pytest-salt-containers-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "df08e3782ec2e5028a64a47be5f2c0a8", "sha256": "c32e6027bb820054dda73eb53e81fabd8e720da89ef09c7ee0750de38ea4a29b" }, "downloads": -1, "filename": "pytest-salt-containers-0.1.2.tar.gz", "has_sig": false, "md5_digest": "df08e3782ec2e5028a64a47be5f2c0a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5462, "upload_time": "2016-07-01T11:44:56", "url": "https://files.pythonhosted.org/packages/3d/43/3426b2449528543d9701a39ef30cb0801e1ebd4f40bd6c6788dac753b3b7/pytest-salt-containers-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "8f2058493b64b339edddbed6dc7ed31e", "sha256": "6806de2051e248352696638e6d4361d450c3592f28610f2ab22f3d56cf9bd4fe" }, "downloads": -1, "filename": "pytest-salt-containers-0.1.3.tar.gz", "has_sig": false, "md5_digest": "8f2058493b64b339edddbed6dc7ed31e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5301, "upload_time": "2016-07-01T15:46:31", "url": "https://files.pythonhosted.org/packages/cd/a8/7b5ec5102ce09a42fd4b1dd7ea6657a3aebc365ec096a8e2a5359ec2fed3/pytest-salt-containers-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "10624aced724566af967c59828cfc0af", "sha256": "d196840210a3da19e175426c0430967f09ea2a6348bad9b33276fed4f9d4ec0d" }, "downloads": -1, "filename": "pytest-salt-containers-0.1.4.tar.gz", "has_sig": false, "md5_digest": "10624aced724566af967c59828cfc0af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6533, "upload_time": "2016-07-13T14:51:26", "url": "https://files.pythonhosted.org/packages/b3/1a/8244acbd478c00284cef7bbb658a27a6f459bd6e71c1e7aa225fa487ab49/pytest-salt-containers-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "bfbea4a129d8d84e26d8a68a48224c9c", "sha256": "e6073fd906bf82e1e20a27eb89b2f26c8ee79c3cda144bef90eedcc5374f0e39" }, "downloads": -1, "filename": "pytest-salt-containers-0.1.5.tar.gz", "has_sig": false, "md5_digest": "bfbea4a129d8d84e26d8a68a48224c9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6566, "upload_time": "2016-07-14T16:41:54", "url": "https://files.pythonhosted.org/packages/10/f1/60fc8e82a71e0c34067c19bbedd7cead75487c1c10327da234bb0f411ada/pytest-salt-containers-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "cc38282bba871292a277969734fae66e", "sha256": "f58752d026aaec91230808dafbd19d13c1308404430cf0fa179b4826eb3f8302" }, "downloads": -1, "filename": "pytest-salt-containers-0.1.6.tar.gz", "has_sig": false, "md5_digest": "cc38282bba871292a277969734fae66e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6578, "upload_time": "2016-07-14T17:03:31", "url": "https://files.pythonhosted.org/packages/58/85/b83dc40b8481a945797c62f7ca914e94394a850edf00aea4cf9fe487d93e/pytest-salt-containers-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "ebb72f4890391eb54c26a5b07b59e4d5", "sha256": "afdea304a0764aa4c6322a3941cf5533e41c0b8850ac31ccb77486e6037f5dbd" }, "downloads": -1, "filename": "pytest-salt-containers-0.1.7.tar.gz", "has_sig": false, "md5_digest": "ebb72f4890391eb54c26a5b07b59e4d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6567, "upload_time": "2016-07-15T07:13:13", "url": "https://files.pythonhosted.org/packages/74/c5/cce61cea54e58533d27d09b05b86195b2c2736366b26388de9d3653b2e20/pytest-salt-containers-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "0129716b7344eba3fbb3cd0357194356", "sha256": "26dbaca000608fbb2ad179c856c520de1cd5e0458f78a0764833f8a940fd2598" }, "downloads": -1, "filename": "pytest-salt-containers-0.1.8.tar.gz", "has_sig": false, "md5_digest": "0129716b7344eba3fbb3cd0357194356", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6639, "upload_time": "2016-08-04T12:35:42", "url": "https://files.pythonhosted.org/packages/7d/a1/2529eb1d19bfb5e97be437dbf4515b3d9a088ee6efe3362f193cfbd00492/pytest-salt-containers-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "a0d9d1477e6bd98a2d99270e7ecbaf20", "sha256": "58a8ba2af5fa1aa73f6e4eb1ac25830e2eedc18fd7dacbb5d91f7b539ef6aff3" }, "downloads": -1, "filename": "pytest-salt-containers-0.1.9.tar.gz", "has_sig": false, "md5_digest": "a0d9d1477e6bd98a2d99270e7ecbaf20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6719, "upload_time": "2016-08-04T13:50:28", "url": "https://files.pythonhosted.org/packages/ed/b9/e6ab648396262087cbdfc3333733260fb767d6f004f2164925d4d0a86466/pytest-salt-containers-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "43819a5145ff2d49795cb57d49a44a6f", "sha256": "b22fc280cf60e82ae009db8e17f913d8507b344b5898ce11428d9a3e240aa1d5" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.0.tar.gz", "has_sig": false, "md5_digest": "43819a5145ff2d49795cb57d49a44a6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6676, "upload_time": "2016-08-05T12:49:15", "url": "https://files.pythonhosted.org/packages/f2/85/fd8a6a7b44d3613bf581bc8d783338db035007cd9d913c672f48bfe9295b/pytest-salt-containers-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "f8bbbbc1cd75d118eb34e2f05714d8f2", "sha256": "8584b520f6e3f6e2ca4b39ca3fa0c69db80d12001c413f3613574234d8c57437" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.1.tar.gz", "has_sig": false, "md5_digest": "f8bbbbc1cd75d118eb34e2f05714d8f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6758, "upload_time": "2016-08-05T13:57:44", "url": "https://files.pythonhosted.org/packages/d0/d7/b9a7e432433388095bf39f0b7ed6b7ba319d740c08caee8a9bfe7c17d53e/pytest-salt-containers-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "23995f9d9bcb7f22723b7e9530101449", "sha256": "d5126c0a7038559758883d7e0b4e7979f300b0254d13c4edb6d757bf05c68140" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.2.tar.gz", "has_sig": false, "md5_digest": "23995f9d9bcb7f22723b7e9530101449", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6801, "upload_time": "2016-08-18T15:22:04", "url": "https://files.pythonhosted.org/packages/47/47/bbcea1d63b7deb4e1a3e05f6bc25864f58567da9d3c0b7cfe2c25fecebed/pytest-salt-containers-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "a4079278e73a7e5ba24b8d8ab59b5829", "sha256": "88ee3e5d71d18a55c82c963270ab817f68fc24a2c0aeeb3cc803c95ca073a263" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.3.tar.gz", "has_sig": false, "md5_digest": "a4079278e73a7e5ba24b8d8ab59b5829", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6830, "upload_time": "2016-10-21T07:29:23", "url": "https://files.pythonhosted.org/packages/b3/1e/acd39b2457787ef4c29919610531a767222ba6766eabe1ade134c3151900/pytest-salt-containers-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "f9c3905f51454a5a4bc8efe646771a95", "sha256": "4ab0240ddaf5913049995fe377c83350209930c2cb7d84cda6f03b129996b60f" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.4.tar.gz", "has_sig": false, "md5_digest": "f9c3905f51454a5a4bc8efe646771a95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6949, "upload_time": "2016-11-04T15:56:06", "url": "https://files.pythonhosted.org/packages/28/47/750f007e7593eba152b62a2fba3e968df49454106cfd0fe48d9f99a6439e/pytest-salt-containers-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "555fe0eeab998a89299717d29456466e", "sha256": "f245fdac6223214d5f753c09cfd69fb9c03d3d9bc6bcdb8dd44db7102334fb93" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.5.tar.gz", "has_sig": false, "md5_digest": "555fe0eeab998a89299717d29456466e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6988, "upload_time": "2016-11-08T12:35:10", "url": "https://files.pythonhosted.org/packages/a3/f0/b07161aecb85aa78e50415d765fcd134cb6fe1a142ad2295a9def14db004/pytest-salt-containers-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "71eb09e8dc23194e1b1ae0db95802535", "sha256": "ff1ffcaeac5ac3d31b783cc54788259d97f321fe54335c5edf991e57e51e940b" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.6.tar.gz", "has_sig": false, "md5_digest": "71eb09e8dc23194e1b1ae0db95802535", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7172, "upload_time": "2016-11-08T14:37:22", "url": "https://files.pythonhosted.org/packages/6d/11/32efcf8ec40a1dc7b01d2aa3682d29e5219e1a401a8a7fb81a035d048a46/pytest-salt-containers-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "45a12862dcd2bb4ffa008dad92a68abb", "sha256": "6d5d58ad560c0b218d32678c6f613dd986349549449a3c097ad01cc0ef26f485" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.7.tar.gz", "has_sig": false, "md5_digest": "45a12862dcd2bb4ffa008dad92a68abb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7234, "upload_time": "2016-11-08T16:24:42", "url": "https://files.pythonhosted.org/packages/4b/f4/b0ea8823fcb9eab7e089cafb199ac3add572e7d77af03468d4a2a8e3b3da/pytest-salt-containers-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "72eb5b251696fe16505c78b593f8e103", "sha256": "0367f5a8ab9caa100f14c0092c51c37c8900014d8bbfc99d164e41098442dd67" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.8.tar.gz", "has_sig": false, "md5_digest": "72eb5b251696fe16505c78b593f8e103", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7230, "upload_time": "2016-11-08T17:04:33", "url": "https://files.pythonhosted.org/packages/07/5c/c3d34caf1d6cf5ecf7e9568961f9b1166f429a7e87aac07dfcb07d75a6aa/pytest-salt-containers-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "8f6496161acbd9780a1ddb2a993a27ac", "sha256": "b55ceb9bea4ba931e3272808a1eeb39fa38b0cb95c1d34d9dad8ab31d6e502c8" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.9.tar.gz", "has_sig": false, "md5_digest": "8f6496161acbd9780a1ddb2a993a27ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7392, "upload_time": "2016-11-09T10:13:42", "url": "https://files.pythonhosted.org/packages/ca/c0/f61e03b7b57badbcf38a36bf2a7ecd69fd031bd683e27281496b65c4d664/pytest-salt-containers-0.2.9.tar.gz" } ], "0.2.dev0": [ { "comment_text": "", "digests": { "md5": "f53a78caf9becea5a7c9488f20f29542", "sha256": "1180f43672121615a96b4dd6c9f040c2000fbe54e30c299ecab8d9df80d06f6e" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.dev0.tar.gz", "has_sig": false, "md5_digest": "f53a78caf9becea5a7c9488f20f29542", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7429, "upload_time": "2016-11-09T15:36:27", "url": "https://files.pythonhosted.org/packages/d4/58/14aacfa8ecfd70ca59f9180ffe751fd7b06ec7a99e069bf253a1879022eb/pytest-salt-containers-0.2.dev0.tar.gz" } ], "0.2.dev1": [ { "comment_text": "", "digests": { "md5": "ab3d9642ff28b6c39eb545378a38833c", "sha256": "1ef16a146d325fec7673e39b82fb7159b3ee4f9a8e246f6a8203a36b90cd8e43" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.dev1.tar.gz", "has_sig": false, "md5_digest": "ab3d9642ff28b6c39eb545378a38833c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7451, "upload_time": "2016-11-10T13:49:33", "url": "https://files.pythonhosted.org/packages/a7/2a/3c5bf496d1a8607188f25897ad73293b890f27fe06a15581a3f348aa6253/pytest-salt-containers-0.2.dev1.tar.gz" } ], "0.2.dev10": [ { "comment_text": "", "digests": { "md5": "1a9e55fceea8982316621fffd79759c9", "sha256": "0eeaf297135609e536225a6280291b4f829182affa0480579538d2e28ea6953b" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.dev10.tar.gz", "has_sig": false, "md5_digest": "1a9e55fceea8982316621fffd79759c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10528, "upload_time": "2017-09-05T12:41:51", "url": "https://files.pythonhosted.org/packages/28/78/5424c0053fe132ee18d2db9f49b4493173858f864bc12217a8007e64b7e6/pytest-salt-containers-0.2.dev10.tar.gz" } ], "0.2.dev2": [ { "comment_text": "", "digests": { "md5": "e422c4bdfc3b0dac6038fd4552f2b831", "sha256": "f00bdb4d9d7c045a126397d58bc0e3e9865fb632739678d1f282e4d64a886395" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.dev2.tar.gz", "has_sig": false, "md5_digest": "e422c4bdfc3b0dac6038fd4552f2b831", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7459, "upload_time": "2016-11-14T15:10:59", "url": "https://files.pythonhosted.org/packages/14/5e/cdeb2f06d554ac20cc8d6afc3de7c9d31e8d6cec5478743fbbe6b48c600c/pytest-salt-containers-0.2.dev2.tar.gz" } ], "0.2.dev3": [ { "comment_text": "", "digests": { "md5": "b3848824e42a170e100f202a78ddb678", "sha256": "d2ac6e9d04d9948c0d9803f7b29a48e6e955c805a000aee2e7eba7460484137e" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.dev3.tar.gz", "has_sig": false, "md5_digest": "b3848824e42a170e100f202a78ddb678", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7497, "upload_time": "2016-11-18T14:06:49", "url": "https://files.pythonhosted.org/packages/2d/58/768106e19847bc3ceececa12b11ef14e1606488f7feb7b8f8ad82866fa5d/pytest-salt-containers-0.2.dev3.tar.gz" } ], "0.2.dev4": [ { "comment_text": "", "digests": { "md5": "2504327cb294ff95efc45c64928916e2", "sha256": "0556387fdf39159586f01c56e39f19cfa27a934792cc764068040e996e8a3846" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.dev4.tar.gz", "has_sig": false, "md5_digest": "2504327cb294ff95efc45c64928916e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7791, "upload_time": "2016-11-23T15:02:10", "url": "https://files.pythonhosted.org/packages/1f/c0/90f421d9568dac1fd412e9a43d2d3c70e56ddd0b056a4a64e43d169ea822/pytest-salt-containers-0.2.dev4.tar.gz" } ], "0.2.dev5": [ { "comment_text": "", "digests": { "md5": "7a0a52d4be0183b825d72786157bc539", "sha256": "5edfb4afcb3667b5c92e64533a015b54d2608442e50fe054783fb5cd20f47e91" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.dev5.tar.gz", "has_sig": false, "md5_digest": "7a0a52d4be0183b825d72786157bc539", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8246, "upload_time": "2016-11-30T11:49:29", "url": "https://files.pythonhosted.org/packages/14/f3/adaff6c9688da31c6568486a16990cb4d03867b4402d167ce95b44fc4e42/pytest-salt-containers-0.2.dev5.tar.gz" } ], "0.2.dev6": [ { "comment_text": "", "digests": { "md5": "4d19afec1cdced3a1fcd95c5f89f546a", "sha256": "65835a00235b12bfe7a2c84a7f0d6ae35d696d61df9f8a615a9869013fad745f" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.dev6.tar.gz", "has_sig": false, "md5_digest": "4d19afec1cdced3a1fcd95c5f89f546a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8273, "upload_time": "2016-11-30T13:10:37", "url": "https://files.pythonhosted.org/packages/49/1d/ccc6c67b064ffb95590f67861bd185d390ee1ac115cfecb9a7515f6d9915/pytest-salt-containers-0.2.dev6.tar.gz" } ], "0.2.dev7": [ { "comment_text": "", "digests": { "md5": "c518d9879c920bf8c8e02e08f66cc435", "sha256": "6601232b9d294163ae9b067c10cc98ee690f7e32f536891d7435e4aeaf1e5ee9" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.dev7.tar.gz", "has_sig": false, "md5_digest": "c518d9879c920bf8c8e02e08f66cc435", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8769, "upload_time": "2017-02-15T16:03:06", "url": "https://files.pythonhosted.org/packages/ed/8a/7461e8a77b71a7f278f08a24efed5bcec8850a1dc2566b82260f5507d378/pytest-salt-containers-0.2.dev7.tar.gz" } ], "0.2.dev8": [ { "comment_text": "", "digests": { "md5": "6f43e9add1d6109b884dd1a81abb0d8c", "sha256": "66c82d748a7bb1c596b42ec598f4a8ea8bff183efa23f29f2fbb3c5cc7e7815d" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.dev8.tar.gz", "has_sig": false, "md5_digest": "6f43e9add1d6109b884dd1a81abb0d8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10077, "upload_time": "2017-07-04T12:22:57", "url": "https://files.pythonhosted.org/packages/70/ed/b1a25ded7e705ea818e271a02e21e013e13497c45149c2515ceb64c1e7b5/pytest-salt-containers-0.2.dev8.tar.gz" } ], "0.2.dev9": [ { "comment_text": "", "digests": { "md5": "4d5fa52804331a5ded7af026f88843e8", "sha256": "24d30677c9472a3b8f97ec2c03881a8ef0e815fb42e6975861f4320e774be77e" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.dev9.tar.gz", "has_sig": false, "md5_digest": "4d5fa52804331a5ded7af026f88843e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10483, "upload_time": "2017-08-08T09:55:15", "url": "https://files.pythonhosted.org/packages/46/ae/483644b6d0a9cd23682f9942d118250746b659c7fd98c91ab3017f856131/pytest-salt-containers-0.2.dev9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8f6496161acbd9780a1ddb2a993a27ac", "sha256": "b55ceb9bea4ba931e3272808a1eeb39fa38b0cb95c1d34d9dad8ab31d6e502c8" }, "downloads": -1, "filename": "pytest-salt-containers-0.2.9.tar.gz", "has_sig": false, "md5_digest": "8f6496161acbd9780a1ddb2a993a27ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7392, "upload_time": "2016-11-09T10:13:42", "url": "https://files.pythonhosted.org/packages/ca/c0/f61e03b7b57badbcf38a36bf2a7ecd69fd031bd683e27281496b65c4d664/pytest-salt-containers-0.2.9.tar.gz" } ] }