Jos Verlinde

Results 252 comments of Jos Verlinde

it was a matter of minutes to configure pytest to instruct coverage.py to also create an xml file bya adding `--cov-report xml:cov.xml ` ``` ini [pytest] junit_family=legacy addopts=-v -sv --cov...

I stand corrected on that this is indeed configuring the plugin , but AFAIKT that plugin in itself then uses coverage,py , the config works in minutes , and I...

but then why this discussion if all one needs is to run the command `coverage json` to enable this ? and I personally see a 100% of the user of...

i've been looking into this from micropython-stubber to understand what needs to be done to get Lancelot happy. i have not cracked the code on this yet. i have a...

Thanks @CallumJHays , I can confirmthat pylint works better when dropping the additional paths it may be needed to add an explicit `"python.languageServer": "Pylance",` depending on the user / ws...

Likely I'll add one or two attributes and might change the primary key to support upsets before

@golyalpha Please have a look at the available lvgl stubs : https://github.com/Josverl/micropython-stubs/tree/main/stubs/lvgl-v8_1_0_dev-esp32 that were created following a request and discussion. https://github.com/Josverl/micropython-stubs/discussions/554

happy to pitch in. im familiar with TDD , but not on Python. any sample to get me started ?

im just about to start working on code to generate the stubfiles on a board. is there prior art that could be used ? also see my question on [SO](https://stackoverflow.com/questions/54145305/how-to-configure-pylint-python-to-check-for-micropython-syntax)

I would suggest using MSAL over ADAL to prevent a 'future legacy' implementation. ADAL is supported but no longer under active development. there is a supported and maintained MSAL library...