Merge pull request #404 from GSA/notify-api-391

notify-api-391 increase code coverage to 95%
This commit is contained in:
Carlo Costino
2023-08-16 16:40:33 -04:00
committed by GitHub
36 changed files with 615 additions and 224 deletions

View File

@@ -336,6 +336,7 @@ def create_random_identifier():
return ''.join(secrets.choice(string.ascii_uppercase + string.digits) for _ in range(16))
# TODO maintainability what is the purpose of this? Debugging?
def setup_sqlalchemy_events(app):
TOTAL_DB_CONNECTIONS = Gauge(