./lang/py-test-mypy-testing, Pytest plugin to check mypy output

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.3, Package name: py311-test-mypy-testing-0.1.3, Maintainer: pkgsrc-users

pytest-mypy-testing provides a pytest plugin to test that mypy produces a given
output. As mypy can be told to display the type of an expression this allows us
to check mypys type interference.


Master sites:

Filesize: 29.421 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-06 19:59:00 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-mypy-testing: updated to 0.1.3

v0.1.3 (2024-03-05)

Replace usage of deprecated path argument to pytest hook pytest_collect_file() \ 
with usage of the file_path argument introduced in pytest 7
   2024-02-27 09:59:27 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-test-mypy-testing: updated to 0.1.2

0.1.2
Unknown changes
   2023-10-27 10:18:38 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-test-mypy-testing: added version 0.1.1

pytest-mypy-testing provides a pytest plugin to test that mypy produces a given
output. As mypy can be told to display the type of an expression this allows us
to check mypys type interference.