Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmeier/pyimagetest
Utilities for unit testing with images in Python
https://github.com/pmeier/pyimagetest
image python unittesting
Last synced: 10 days ago
JSON representation
Utilities for unit testing with images in Python
- Host: GitHub
- URL: https://github.com/pmeier/pyimagetest
- Owner: pmeier
- License: bsd-3-clause
- Created: 2019-12-03T13:46:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T14:28:47.000Z (about 4 years ago)
- Last Synced: 2024-10-13T05:51:40.255Z (25 days ago)
- Topics: image, python, unittesting
- Language: Python
- Homepage:
- Size: 687 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
pyimagetest
===========.. start-badges
.. list-table::
:stub-columns: 1* - package
- |license| |status|
* - code
- |isort| |black| |mypy| |lint|
* - tests
- |tests| |coverage|
* - docs
- |docs| |rtd|.. end-badges
Test utilities for unit testing with images.
For installation instructions and usage examples please consult the documentation
`hosted on readthedocs.com `_ ... |license|
image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
:target: https://opensource.org/licenses/BSD-3-Clause
:alt: License.. |status|
image:: https://www.repostatus.org/badges/latest/wip.svg
:alt: Project Status: WIP
:target: https://www.repostatus.org/#wip.. |isort|
image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
:target: https://timothycrosley.github.io/isort/
:alt: isort.. |black|
image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: black
.. |mypy|
image:: http://www.mypy-lang.org/static/mypy_badge.svg
:target: http://mypy-lang.org/
:alt: mypy.. |lint|
image:: https://github.com/pmeier/pyimagetest/workflows/lint/badge.svg
:target: https://github.com/pmeier/pyimagetest/actions?query=workflow%3Alint+branch%3Amaster
:alt: Lint status via GitHub Actions.. |tests|
image:: https://github.com/pmeier/pyimagetest/workflows/tests/badge.svg
:target: https://github.com/pmeier/pyimagetest/actions?query=workflow%3Atests+branch%3Amaster
:alt: Test status via GitHub Actions.. |coverage|
image:: https://codecov.io/gh/pmeier/pyimagetest/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pmeier/pyimagetest
:alt: Test coverage via codecov.io.. |docs|
image:: https://github.com/pmeier/pyimagetest/workflows/docs/badge.svg
:target: https://github.com/pmeier/pyimagetest/actions?query=workflow%3Adocs+branch%3Amaster
:alt: Docs status via GitHub Actions.. |rtd|
image:: https://img.shields.io/readthedocs/pyimagetest?label=latest&logo=read%20the%20docs
:target: https://pyimagetest.readthedocs.io/en/latest/?badge=latest
:alt: Latest documentation hosted on Read the Docs