Vincenzo Palazzo
bc1eab8646
Skip following import and skip flask type to mypy code analysis.
...
As suggested in this issue https://github.com/python/mypy/issues/7484#issuecomment-529363083 we skip following import becuase with the recent version of mypy the __init__.py file make confusione inside the analysis (in the python issue it is unclear the main motivation of this issue. At list unclear to me).
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com >
2021-08-30 12:12:32 +09:30
Christian Decker
c498f949cc
pyln: Add mypy typing exceptions for external dependencies
...
We don't control them, and starting to write type stubs for them is a
different can of worms.
2020-09-28 09:19:46 +09:30
Christian Decker
a2a3d33802
pyln-testing: Copy basic support infrastructure into pyln.testing
...
We'll rewrite the tests to use this infrastructure in the next commit.
Changelog-Added: The new `pyln-testing` package now contains the testing infrastructure so it can be reused to test against c-lighting in external projects
2019-11-12 21:23:55 +01:00