coincidence 0.6.6


pip install coincidence

  Latest version

Released: Mar 04, 2024


Meta
Author: Dominic Davis-Foster
Requires Python: >=3.6

Classifiers

Development Status
  • 4 - Beta

Framework
  • Pytest

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Operating System
  • OS Independent

Programming Language
  • Python
  • Python :: 3 :: Only
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

Topic
  • Software Development :: Libraries :: Python Modules
  • Software Development :: Quality Assurance
  • Software Development :: Testing
  • Software Development :: Testing :: Unit

Typing
  • Typed

Helper functions for pytest.

Docs

Documentation Build Status Docs Check Status

Tests

Linux Test Status Windows Test Status macOS Test Status Coverage

PyPI

PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel

Anaconda

Conda - Package Version Conda - Platform

Activity

GitHub last commit GitHub commits since tagged version Maintenance PyPI - Downloads

QA

CodeFactor Grade Flake8 Status mypy status

Other

License GitHub top language Requirements Status

Installation

coincidence can be installed from PyPI or Anaconda.

To install with pip:

$ python -m pip install coincidence

To install with conda:

  • First add the required channels

$ conda config --add channels https://conda.anaconda.org/conda-forge
$ conda config --add channels https://conda.anaconda.org/domdfcoding
  • Then install

$ conda install coincidence

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
domdf-python-tools (>=2.8.0)
pytest (>=6.2.0)
pytest-regressions (>=2.0.2)
typing-extensions (>=3.7.4.3)