In theory, Integration tests can be pretty fast un...
# announcements
z
In theory, Integration tests can be pretty fast unless you are testing code paths that require scheduled tasks. With well written local stubs it should just be a matter of round-trip on localhost which should be under 1ms in most cases.