Skip to content

IndicoDataSolutions/aiohttp_responses

Repository files navigation

aiohttp_responses

proper aiohttp_responses lib

Built on: Poetry, Docker, Python3

Authors:
indico engineering@indicodata.ai

Getting started

$ poetry install

# Test Installation
$ poetry run python3 -c "import aiohttp_responses; print(aiohttp_responses)"

pre-commit hooks

Configured pre-commit hooks

repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v2.3.0
    hooks:
      - id: check-yaml
      - id: end-of-file-fixer
      - id: trailing-whitespace
  - repo: https://github.com/psf/black
    rev: 22.3.0
    hooks:
      - id: black
  - repo: https://github.com/pycqa/isort
    rev: 5.10.1
    hooks:
      - id: isort
        name: isort (python)

Usage:

$ pre-commit install
# Example usage outside of git hooks
$ pre-commit run -a

About

Response mock for aiohttp ClientSession that contains fuzzy matching & matching beyond URL

Resources

Stars

Watchers

Forks

Packages

No packages published