Created
          November 15, 2023 08:46 
        
      - 
      
 - 
        
Save giuliohome/bad4f6704aa8f05d196a8ea667b7c5db to your computer and use it in GitHub Desktop.  
    python unit test with one's company's ssl root cert on windows
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | set CURL_CA_BUNDLE=C:\path\to\mycompanyCA.pem | |
| set PYTHONPATH=src | |
| python -m unittest test\mytest.py | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment