(self)
| 85 | return self.config["API_KEYS"]["NETLIFY"] |
| 86 | |
| 87 | def get_sqlite_db(self): |
| 88 | return self.config["STORAGE"]["SQLITE_DB"] |
| 89 | |
| 90 | def get_screenshots_dir(self): |
| 91 | return self.config["STORAGE"]["SCREENSHOTS_DIR"] |
no outgoing calls
no test coverage detected