Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evgeni/pytest-qr
https://github.com/evgeni/pytest-qr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/evgeni/pytest-qr
- Owner: evgeni
- License: mit
- Created: 2021-11-25T20:54:28.000Z (almost 3 years ago)
- Default Branch: devel
- Last Pushed: 2024-09-23T00:04:17.000Z (about 2 months ago)
- Last Synced: 2024-10-03T09:55:04.020Z (about 2 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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 versionspytest 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