InseeFrLab / pynsee

pynsee package contains tools to easily search and download french data from INSEE and IGN APIs
https://pynsee.readthedocs.io/en/latest/
MIT License
67 stars 8 forks source link

Monitor test duration #185

Open tfardet opened 8 months ago

tfardet commented 8 months ago

I'd propose to add --durations=0 to pytest so we know how long the tests take to run and we can more easily figure out where changes in test durations come from (cf. recent events).

PS: @hadrilec I noticed that tests are again checking all python versions (d5be92bb025ea0bf735b7c399ca9b52fd5d05fc6), is that on purpose?

hadrilec commented 8 months ago

I agree with the proposal, I splitted the tests accross several python versions again as I tried to get the total test duration down

tfardet commented 8 months ago

OK, good, you can just include it in any of the open PR, then (changing pkgTests_pull_requests.yml#L56 and pkgTests.yml#L54)