Skip to main content

lockable resource plugin for pytest

Project description

pytest-lockable

CircleCI PyPI version Coverage Status

pytest plugin for lockable resources.

Replacement for Jenkins lockable -plugin. Locking is implemented using <resource.id>.lock files.

Resources are described in json file as array of objects. Each object has some mandatory fields but can contains any other as well. Required fields are: id, online, hostname-

Example resources.json

[
  {
    "id": "1234",
    "online": true,
    "hostname": "localhost"
  }
]

id should be unique for each resources. online describes if resource are available for allocator. Set this false if you don't want to allocate resource. hostname is used to select suitable resource by running host.

installation

Requires: python 3.7<

pip install pytest-lockable

conftest.py:

pytest_plugins = ("lockable.plugin",)

Usage

Custom options:

--allocation_hostname=<hostname>, default=<os-hostname>  Allocation host
--allocation_requirements=<requirements>                 Resource requirements to be allocate
--allocation_timeout=<timeout>, default=10               Allocation timeout in seconds
--allocation_resource_list_file=<filename>, default=resources.json 
                                                         Resource to be allocate
--allocation_lock_folder=<folder>, default= os tmp path  allocation lock folder

<requirements> can be json-string or key-value pairs. requirements have to match available resources to make allocation possible. Key-value pairs example: key=value&key2=value2

Example:

cd example
pytest --allocation_hostname localhost -s --allocation_lock_folder .  .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-lockable-0.1.0.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

pytest_lockable-0.1.0-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file pytest-lockable-0.1.0.tar.gz.

File metadata

  • Download URL: pytest-lockable-0.1.0.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for pytest-lockable-0.1.0.tar.gz
Algorithm Hash digest
SHA256 501a0dbf0d1dbc8f4d3eaf36dd62feb6ddc94d5060220d49dda36ca55f0829ca
MD5 2c2089784a8a84bd5a9bc793cd21d0ef
BLAKE2b-256 3c2bebd42b77d7c575d93e0cf9ffb6f416e4fd9f84574cf6450d857faf74f8f3

See more details on using hashes here.

File details

Details for the file pytest_lockable-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: pytest_lockable-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for pytest_lockable-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dbe7065cbec709ccf71097d84129c28608f064be847aef3f6a8d9c606311fda6
MD5 5f98160dbe7b4bfe8f827e759de3bbf9
BLAKE2b-256 1c308b3ec100e3bff5ab9ee81fec95a07340e83ecb74d3e5183d1fa7254f8a4b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page