| CHANGES.rst |
|
4784 |
| LICENSE |
|
3704 |
| PKG-INFO |
|
6636 |
| pyproject.toml |
[tox]
envlist = py37, py38, py39, py310, py311, py312, pypy3
labels =
typing = py{310,311,312}-typing
skip_missing_interpreters = true
minversion = 4.0
[testenv]
extras = test
commands = python -m pytest {posargs}
package = editable
usedevelop = true
[testenv:{py37-,py38-,py39-,py310-,py311-,py312-,}typing]
deps =
pyright
mypy
commands =
pyright --verifytypes exceptiongroup
pyright tests/check_types.py
mypy tests/check_types.py
usedevelop = true
|
2611 |
| README.rst |
.. image:: https://github.com/agronholm/exceptiongroup/actions/workflows/test.yml/badge.svg |
5829 |
| src |
|
|
| tests |
|
|