Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba337e8

Browse files
committed
[python-ldap] Add stubtest to typing CI
This helps in ensuring that the stub and the C module don't drift apart.
1 parent c30644e commit ba337e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ basepython = python3
104104
deps = mypy
105105
commands =
106106
{envpython} -m mypy --config-file {toxinidir}/setup.cfg {posargs}
107+
{envpython} -m mypy.stubtest --mypy-config-file {toxinidir}/setup.cfg ldap._ldap {posargs}
107108

108109
[testenv:doc]
109110
basepython = python3

0 commit comments

Comments
 (0)