opentap / OpenTap.Python

Python integration for OpenTAP
Apache License 2.0
20 stars 6 forks source link

Add support for generation of stubs. #164

Closed rmadsen-ks closed 3 months ago

rmadsen-ks commented 3 months ago

This should help code completion work better in e.g VS code.

When creating a new python project using "tap python new-project ...", when developing code in Visual Studio Code, we should avoid a situation where code completion does not work. To fix this stubs can be used.