Created
          February 17, 2021 11:24 
        
      - 
      
 - 
        
Save lockwooddev/960727740e0d18d8ce30c0830071dc47 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
lockwooddev created this gist
Feb 17, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ @pytest.mark.django_db class TestWithVault: def setup_method(self, method): recursive_delete_secrets('startpath') def teardown_method(self, method): recursive_delete_secrets('startpath') def test_yourtestcase(self, client): ...