github.com/algorand/go-algorand-sdk@v1.24.0/.test-env (about)

     1  # Configs for testing repo download:
     2  SDK_TESTING_URL="https://github.com/algorand/algorand-sdk-testing"
     3  SDK_TESTING_BRANCH="master"
     4  SDK_TESTING_HARNESS="test-harness"
     5  
     6  INSTALL_ONLY=0
     7  
     8  VERBOSE_HARNESS=0
     9  
    10  # WARNING: If set to 1, new features will be LOST when downloading the test harness.
    11  # REGARDLESS: modified features are ALWAYS overwritten.
    12  REMOVE_LOCAL_FEATURES=0
    13  
    14  # WARNING: Be careful when turning on the next variable.
    15  # In that case you'll need to provide all variables expected by `algorand-sdk-testing`'s `.env`
    16  OVERWRITE_TESTING_ENVIRONMENT=0