How can I write Flask tests which can switch between blackbox testing (a remote website) and whitebox testing (a locally running Flask app)?
I\'m interested in that,