Let me give a specific example. We use Foreman for patching so hosts need to be registered with Foreman before they can receive patches. Registration is done by installing the CA file locally and then running cloud-init on the activation key.
I can come up with a way to unit test only if I am on the network and can reach the Foreman server and install the CA.
But if I want to test on my laptop disconnected from the network its not possible. Yes, I can verify that subscription-manager is installed. And I can verify that the CA rpm is installed. But I would be unable to see which repos in Foreman I am subscribed to. Nor could I verify that the Activation Key is correctly processed.
Or am I taking the concept of unit testing way to far???