WIP, separate out the Flask from everything else, get pytest working

This commit is contained in:
Leigh Morresi
2021-02-12 19:24:30 +01:00
parent 426b09b7e1
commit 9f964b6d3f
8 changed files with 580 additions and 521 deletions

View File

@@ -20,11 +20,8 @@ class perform_site_check():
return
def ensure_output_path(self):
os.mkdir(self.output_path)
try:
os.stat(self.output_path)
except:
os.mkdir(self.output_path)
def save_response_stripped_output(self, output, fname):