pytest-lock

View on PyPIReverse Dependencies (0)

1.0.1 pytest_lock-1.0.1-py3-none-any.whl

Wheel Details

Project: pytest-lock
Version: 1.0.1
Filename: pytest_lock-1.0.1-py3-none-any.whl
Download: [link]
Size: 20402
MD5: 86618cf51c78d4cb3f4a801e237e72a1
SHA256: c73dcb563c4fee3d9b799434bd7f7f67dc6407627f67813ed6e0d4207c3d03f3
Uploaded: 2024-02-03 21:28:19 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-lock
Version: 1.0.1
Summary: pytest-lock is a pytest plugin that allows you to "lock" the results of unit tests, storing them in a local cache. This is particularly useful for tests that are resource-intensive or don't need to be run every time. When the tests are run subsequently, pytest-lock will compare the current results with the locked results and issue a warning if there are any discrepancies.
Author: CHAUMONT Pierre
Author-Email: pierre.chaumont[at]scalian.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: pytest (<8.0.0,>=7.4.3)
Description-Content-Type: text/markdown
[Description omitted; length: 2763 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.8.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pytest_lock/__init__.py sha256=K-oaBndYzAogpnv_NDm_y8JH9yIwhrEPGlZrnFWpEcM 498
pytest_lock/__main__.py sha256=Z03AeohLOTXtL5TGiY4ePZYxhgXq9-KADyuogZILtP0 366
pytest_lock/cache.py sha256=hJj9yMML23ibfrpCKlO6R6iLNuvWnQpSEMVSlxTUgbM 2454
pytest_lock/config.py sha256=r9oyQEartUDBYlh-7hj7qcah-QmHxC8fNDGZ5xEggd8 2767
pytest_lock/fixture.py sha256=qyJMGu2IY11jKBVxuNg5SpW3DoyHPHnD1Vv3zIx9U-Q 988
pytest_lock/fixtures/__init__.py sha256=RvryzqCZPD7ZRhbCmU2ddTkswUc0yZhsMIvWcBOghms 227
pytest_lock/fixtures/base.py sha256=vz2mOxcCZRpXzPLMh7VG_WMJpnAnSXiHa-KK6xu6lkQ 1690
pytest_lock/fixtures/lock.py sha256=1WhW-IhQqdW2Ipw2BK9DLnV-c6Wog3WXf4Xbqu7k0io 5933
pytest_lock/fixtures/reversed.py sha256=coF3vAV8BMTbo3C_2GUTZwBugwdpTylXW_d0bi-DXb8 651
pytest_lock/hooks/__init__.py sha256=x4-KGDrnhXxzoPVyhLkZj9V0OIuKEWiJl0jyQK9Y7yQ 44
pytest_lock/hooks/lock.py sha256=_IBK3-Ys-GAcVCOHOBdrW1krsWFrf6l4JVkugiIdYTE 1636
pytest_lock/models/__init__.py sha256=csEyCtnZCl2S_G2orghAb3xN1b1mJ0HwqjuELPDisOU 64
pytest_lock/models/cache/__init__.py sha256=_fa96pKTi2gvsbx-2GZbc-Hi93gOC0dvhZ4miFZB-Xg 65
pytest_lock/models/cache/file.py sha256=YOp3y3gnaG2s2p0IicuvyvSWWjjYwQ13uTLroqwnKc8 763
pytest_lock/models/cache/lock.py sha256=D5-hlIAabWa_fuqr09wJV2Wj-N1lOzn1VXMez2eq9b8 2190
pytest_lock/models/cache/signature.py sha256=s0KPd-XSd8Dbgp_umWOJy4aB02pFAh2oLc4LgseqPcQ 1799
pytest_lock/models/cli_argument.py sha256=m5Ph-2crl4ocPGooArB8o-HleKQ9rSR9ofH32MrdR1s 587
pytest_lock/models/exceptions.py sha256=dxprvJHbbxAz9h6UsWYA_rFtzHwpIxqSNkYOYewXOPY 211
pytest_lock/parser_file/__init__.py sha256=PiFRfKqsjQn9AYA_x0-m92dFs3PDY1pm9-AdjjPvTns 46
pytest_lock/parser_file/base.py sha256=CtiuE_NaU-Dr-E70Kxgng7GVn1asdb1fgOuLsP3nenU 1340
pytest_lock/parser_file/builder.py sha256=FZo8anweqSUeUPqo9w8XP1zi2LGRsuhmfQ17BUQ19SY 1005
pytest_lock/parser_file/json.py sha256=sM1u7euAUlW6xsYHHEG20y2MB6LfHFwxOcwSidn58ko 1313
pytest_lock/parser_file/pickle.py sha256=oo2rHxLtYEvJP51VRZuUM53czeTsBsYuVwOSxpcyX7M 2238
pytest_lock/plugin.py sha256=8KjHeTKR7-bDSMr_MZS2I_8idjUhVn3AcuFscvbgUjs 7215
pytest_lock/typing/__init__.py sha256=p_BZc-ZBaEPxy29FLsXr91SrYnV3W86XQ7j-EERsuyU 66
pytest_lock/typing/supports_str.py sha256=k5nbvVAlFxipuFrfIvr5icmaRN9yomy8P-gGbunUAKs 325
pytest_lock-1.0.1.dist-info/LICENSE sha256=ztk2K32FaaErjNBFX6fuuc_qj8NV9lswtMcvRdQqM5M 1062
pytest_lock-1.0.1.dist-info/METADATA sha256=EwrarlIl5GmjU2lx5GRwNwK9YWSz8aCtTS7ZZAnyVRg 3736
pytest_lock-1.0.1.dist-info/WHEEL sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4 88
pytest_lock-1.0.1.dist-info/entry_points.txt sha256=RrnanTXXDDOui6dLp2SI1_30AO86vcWEcK12tnd_f4U 43
pytest_lock-1.0.1.dist-info/RECORD

entry_points.txt

pytest-lock = pytest_lock.plugin