pytest-watcher

View on PyPIReverse Dependencies (14)

0.4.2 pytest_watcher-0.4.2-py3-none-any.whl

Wheel Details

Project: pytest-watcher
Version: 0.4.2
Filename: pytest_watcher-0.4.2-py3-none-any.whl
Download: [link]
Size: 11699
MD5: 9b893fdfbc1f70a8acf577ca84e220fe
SHA256: a43949ba67dd8d7e1fd0de5eea44a999081f0aec9f93b4e744264b4c6a3d9bbe
Uploaded: 2024-04-01 17:45:04 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-watcher
Version: 0.4.2
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: 4703 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=ACwmltkrXIz5VsEQcrqljq-fat6ZXAMepjXGoe40KtE 1069
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=NZJhCKht-JFGzFASZEaRUv4hRzf-Jario1a8xpM8esw 56
pytest_watcher/event_handler.py sha256=1etwVonag61kGWADE9Gh-4W9LLacIaAg9hq-6AwQiVg 1615
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.2.dist-info/LICENSE sha256=ACwmltkrXIz5VsEQcrqljq-fat6ZXAMepjXGoe40KtE 1069
pytest_watcher-0.4.2.dist-info/METADATA sha256=83jf-C3Y-FoQWKc69RvMt-K7_jkqSE4SL16UjNIsciE 5993
pytest_watcher-0.4.2.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
pytest_watcher-0.4.2.dist-info/entry_points.txt sha256=VuWUyILuGaHz5yQK7izpd5qJtD8u-lSFNhZSTFpvxG0 76
pytest_watcher-0.4.2.dist-info/RECORD

entry_points.txt

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