<@U0YTHBUJZ> Interesting. When would you separate ...
# announcements
m
@fmd Interesting. When would you separate test into blocks instead of simply creating two separate tests?
f
mg6maciej: usually when I test lifecycle of components (i.e. creation -> destruction -> creation) if some form of persistent state is involved.
To express the separation of instances, I scope them into separate blocks. Also it keeps the local variable names clean and reusable without introducing
var
.