See "Software Engineering at Google" https://abseil.io/resources/swe-book/html/ch11.html, the definition of a "small test".
This is roughly my definition of unit test: "tests run in a single process"
This is roughly my definition of unit test: "tests run in a single process"