Deltares / imod-python

🐍🧰 Make massive MODFLOW models
https://deltares.github.io/imod-python/
MIT License
16 stars 0 forks source link

Unittests take too long #1025

Closed JoerivanEngelen closed 1 month ago

JoerivanEngelen commented 2 months ago

The unittests take too long; locally on my machine ~15 minutes but on TeamCity they approach 45 minutes.

Looking at this example, I observe the following things:

If this is not doable, we can consider creating a separate pipeline for all the multimodel tests, which can run in parallel.

Alternatively: We can adapt our test strategy and include certain slower tests in a nightly pipeline. In this way changes which break things are not directly identified, but still be traced back to the day of a breaking commit.