https://github.com/evgeni/pytest-qr
https://github.com/evgeni/pytest-qr
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/evgeni/pytest-qr
- Owner: evgeni
- License: mit
- Created: 2021-11-25T20:54:28.000Z (over 4 years ago)
- Default Branch: devel
- Last Pushed: 2025-01-27T05:23:35.000Z (over 1 year ago)
- Last Synced: 2025-04-11T07:19:22.628Z (about 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=========
pytest-qr
=========
.. image:: https://img.shields.io/pypi/v/pytest-qr.svg
:target: https://pypi.org/project/pytest-qr
:alt: PyPI version
.. image:: https://img.shields.io/pypi/pyversions/pytest-qr.svg
:target: https://pypi.org/project/pytest-qr
:alt: Python versions
pytest plugin to generate test result QR codes
----
Features
--------
* prints a QR code :)
Requirements
------------
* `qrcode`
Installation
------------
You can install "pytest-qr" via `pip`_ from `PyPI`_::
$ pip install pytest-qr
Usage
-----
Run `py.test` with `--qr`::
$ py.test --qr
…
█▀▀▀▀▀█ █ █ ▀▄█ ██▄▀▄ █▀▀▀▀▀█
█ ███ █ ▄ ▀█▄█▄▄ ▄█▀▀ █ ███ █
█ ▀▀▀ █ █ ▀▄ █▀▀█▄ █ ▀▀▀ █
▀▀▀▀▀▀▀ █ █ ▀ █ ▀▄▀ ▀ ▀▀▀▀▀▀▀
▀ ██▄█▀█▄ █▀█▄▀ ▀▀▄█▄▄█▄▄█ █▀
▄ ██▄▀▀▀█▀ █▀█▄ ▄▀ ▄█▀▄▄ ▄▀█
██▄▀█ ▀ ██▄█▀▀▀█▀▄▄█ █▄ █ ▀
▄▄▄▄▄▀▀▄██ ▀ ▄▄▀ ▀▀▀ ▀█▀ ▀█
▄█ █▀ ▄▀▄█▀███▄▀▀█▄ ▄▀ ▄▀█
▀ ██ ▀ █▄▄▄█ ▀▀▄██ ██▄█ ▀▄▄▄
▀ ▀▀ ▄▄█ █ ▄ ███▀█▀▀▀█▀▀█▀
█▀▀▀▀▀█ █ ▀▀ ▄▀ ▀▀▄▀█ ▀ █ ▀▀
█ ███ █ ▄ ██▄▄▄█▄█▄ ▀▀▀▀█▀▄▀█
█ ▀▀▀ █ ▀▀▄█▄▀█▄▀ ▄ ▄ █▄█ ▄▀
▀▀▀▀▀▀▀ ▀▀▀ ▀▀ ▀ ▀▀▀ ▀ ▀
Contributing
------------
Contributions are very welcome. Tests can be run with `tox`_, please ensure
the coverage at least stays the same before you submit a pull request.
License
-------
Distributed under the terms of the `MIT`_ license, "pytest-qr" is free and open source software
Issues
------
If you encounter any problems, please `file an issue`_ along with a detailed description.
.. _`MIT`: http://opensource.org/licenses/MIT
.. _`file an issue`: https://github.com/evgeni/pytest-qr/issues
.. _`pytest`: https://github.com/pytest-dev/pytest
.. _`tox`: https://tox.readthedocs.io/en/latest/
.. _`pip`: https://pypi.org/project/pip/
.. _`PyPI`: https://pypi.org/project