Added exception handling for SQLAlchemy function to check the table exists or not.

This commit is contained in:
Nikhil Mohite
2021-07-19 14:01:45 +05:30
committed by Akshay Joshi
parent b0727cc532
commit 5768ade198
2 changed files with 10 additions and 6 deletions

View File

@@ -21,8 +21,8 @@ class SetSessionExpirationTimeTestCase(BaseTestGenerator):
scenarios = [
(
'TestCase for verifying session expire time is set to {0} days for '
'desktop mode'.format(SESSION_EXP_TIME_DESKTOP),
'TestCase for verifying session expire time is set to {0} days '
'for desktop mode'.format(SESSION_EXP_TIME_DESKTOP),
dict(
session_expiration_time=SESSION_EXP_TIME_DESKTOP,
is_desktop_mode=True