pytest-watcher

View on PyPIReverse Dependencies (33)

0.4.3 pytest_watcher-0.4.3-py3-none-any.whl

Wheel Details

Project: pytest-watcher
Version: 0.4.3
Filename: pytest_watcher-0.4.3-py3-none-any.whl
Download: [link]
Size: 11852
MD5: fa72e3436ec1c5fc4e21301b9bda31b1
SHA256: d59b1e1396f33a65ea4949b713d6884637755d641646960056a90b267c3460f9
Uploaded: 2024-08-28 17:37:45 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-watcher
Version: 0.4.3
Summary: Automatically rerun your tests on file modifications
Author: Olzhas Arystanov
Author-Email: o.arystanov[at]gmail.com
Home-Page: https://github.com/olzhasar/pytest-watcher
Project-Url: Documentation, https://pytest-watcher.readthedocs.io/en/latest/
Project-Url: Repository, https://github.com/olzhasar/pytest-watcher
License: MIT
Keywords: pytest,watch,watcher
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.7.0,<4.0.0
Requires-Dist: tomli (<3.0.0,>=2.0.1); python_version < "3.11"
Requires-Dist: watchdog (>=2.0.0)
Description-Content-Type: text/markdown
[Description omitted; length: 5206 characters]

WHEEL

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

RECORD

Path Digest Size
LICENSE sha256=x-hZXIpl6CP8V_nfd_VzNeX7uuQwHU35xFfiqSmpA18 1073
pytest_watcher/__init__.py sha256=xW4R0OesF-_j1_Iz6k1RXWGZhletrrWuyenXPQFgjns 76
pytest_watcher/__main__.py sha256=T1I_TktTfhAby6q-z5IWn5fdEHeJpOjF6QmQAqa3noY 81
pytest_watcher/commands.py sha256=UH7rmu_ScVXAcYFSFy2v8VRub5e5vThtfay6igchKsA 4191
pytest_watcher/config.py sha256=UrxKLHkcrI3E9GaOl_tr585hGn6RlHvtQRPYOkOHFCQ 2412
pytest_watcher/constants.py sha256=R32CPPQDnWrMQd0rl81n8dybiNGYhFwFifr0nkX0ygI 56
pytest_watcher/event_handler.py sha256=CU3RzFuDxX5fJiHWm3KwmhdA4pYAAvDQEe0TmEpXsog 1698
pytest_watcher/parse.py sha256=r4mKEajyw7ifSFso8cTI0Ql27lu_FurrgzCJTr3gU9o 1854
pytest_watcher/terminal.py sha256=hjiHTir2PcZ8S8R9vNuJkz-QUjcaDyy01vxp7DSiZ8Q 2090
pytest_watcher/trigger.py sha256=Zke1MLhy_l-U0HRRdlNGSCboVOG3DLK-XsDdHuZXU-M 629
pytest_watcher/watcher.py sha256=hPWYid1fzHMgv2QtQmGwhYYBcq8OVPt1lexkmQy0ywU 1962
pytest_watcher-0.4.3.dist-info/LICENSE sha256=x-hZXIpl6CP8V_nfd_VzNeX7uuQwHU35xFfiqSmpA18 1073
pytest_watcher-0.4.3.dist-info/METADATA sha256=JW55cvU7at8u65j4nTl8Igjaof4wCjiDhOVDR1Ap5KI 6496
pytest_watcher-0.4.3.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
pytest_watcher-0.4.3.dist-info/entry_points.txt sha256=VuWUyILuGaHz5yQK7izpd5qJtD8u-lSFNhZSTFpvxG0 76
pytest_watcher-0.4.3.dist-info/RECORD

entry_points.txt

ptw = pytest_watcher:run
pytest-watcher = pytest_watcher:run