This repository was archived by the owner on Jun 15, 2026. It is now read-only.
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
method in test-setup also executes the setup steps for that method #117
Let's say I write an API that does A and AB, where AB relies on A. I then write test A', which has some setup steps. As I'm writing AB', it would be very useful to run A' including all its setup steps. Otherwise, I have to copy-paste the setup steps every time I call A' as a
method.