Results 21 issues of pomponchik

## Short description Add async generators support

enhancement

## Short description Add "accumulate_exceptions" flag, with default value == `False`.

enhancement

## Short description Add "after" callback

enhancement

## Short description Add success logging for callbacks

enhancement

A purely technical update, with no new functionality. - Added full support for `Python 3.14`. - `Python 3.14` and `3.14 free threading` runners added to CI. Also updated versions of...

# Description Hello! I got a strange output when I was doing some tests through Pytest: ``` INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/my_project_path/venv/lib/python3.10/site-packages/_pytest/main.py", line 270, in wrap_session...

bug
investigate further
code:python

Hello! I just installed this and run the simple "pyup" command. The result: ``` (venv) pomponchik@mac skelet % pip3 install pyupio Collecting pyupio Downloading pyupio-1.1.2-py2.py3-none-any.whl (32 kB) Requirement already satisfied:...

Hello! I thought about the same thing for tests. Frequently i can copy my test and forget to change it. It could be a good adiiction to my CI.

### Question Hi! I recently created a comment parser that can be used in any linters and formatters: [`metacode`](https://github.com/pomponchik/metacode). I suggest this as a convenient standard, since different tools are...

question
needs-info