As I've been developing for this package, I've noticed that tests take a long time. As mentioned in, for example, the Clean Code book, it is important to make tests fast.
I have not taken the time to look into what is making the tests slow, but I wonder if there is a way to make them faster, e.g. by using smaller examples.
As I've been developing for this package, I've noticed that tests take a long time. As mentioned in, for example, the Clean Code book, it is important to make tests fast.
I have not taken the time to look into what is making the tests slow, but I wonder if there is a way to make them faster, e.g. by using smaller examples.