13.49Avoid environment dependence in MUnit
Bad unit test:
requires:
QA Salesforce
VPN
specific Account C001 already exists
That's not really a unit test.
Good MUnit tests should generally:
run locally
run in CI
repeat reliably
require no manually prepared external data