pgadmin4/web/regression/feature_tests
Yogesh Mahajan cbf5886430 Fixed the following code smells:
1. Use concise character class syntax
2. Add a "break" statement or remove this "else" clause.
3. Replace this generic exception class with a more specific one.
4. Use a regular expression literal instead of the 'RegExp' constructor.
5. Use the opposite operator ("not in") instead.
2022-09-10 13:48:14 +05:30
..
__init__.py Moved the feature_tests folder into the regression folder. 2022-09-06 13:59:33 +05:30
browser_tool_bar_test.py Fixed 'Remove the unnecessary boolean literals' code smell. 2022-09-09 15:23:18 +05:30
copy_selected_query_results_feature_test.py Moved the feature_tests folder into the regression folder. 2022-09-06 13:59:33 +05:30
datatype_test.json Moved the feature_tests folder into the regression folder. 2022-09-06 13:59:33 +05:30
file_manager_test.py Fixed 'Remove the unnecessary boolean literals' code smell. 2022-09-09 15:23:18 +05:30
keyboard_shortcut_test.py Fixed 'Remove the unnecessary boolean literals' code smell. 2022-09-09 15:23:18 +05:30
pg_datatype_validation_test.py Fixed the following code smells: 2022-09-10 13:48:14 +05:30
pg_utilities_backup_restore_test.py Fixed 'Remove the unnecessary boolean literals' code smell. 2022-09-09 15:23:18 +05:30
pg_utilities_maintenance_test.py Fixed 'Remove the unnecessary boolean literals' code smell. 2022-09-09 15:23:18 +05:30
query_tool_auto_complete_tests.py Moved the feature_tests folder into the regression folder. 2022-09-06 13:59:33 +05:30
query_tool_journey_test.py Fixed the following code smells: 2022-09-10 13:48:14 +05:30
query_tool_tests.py Moved the feature_tests folder into the regression folder. 2022-09-06 13:59:33 +05:30
table_ddl_feature_test.py Moved the feature_tests folder into the regression folder. 2022-09-06 13:59:33 +05:30
test_copy_sql_to_query_tool.py Fixed 'Remove the unnecessary boolean literals' code smell. 2022-09-09 15:23:18 +05:30
test_data.json Moved the feature_tests folder into the regression folder. 2022-09-06 13:59:33 +05:30
view_data_dml_queries.py Fixed 'Remove the unused function parameter' code smell. 2022-09-09 18:36:51 +05:30
xss_checks_panels_and_query_tool_test.py 1) Port schema diff to React. Fixes #6133 2022-09-07 19:20:03 +05:30
xss_checks_pgadmin_debugger_test.py Fixed 'Remove the unnecessary boolean literals' code smell. 2022-09-09 15:23:18 +05:30
xss_checks_roles_control_test.py Moved the feature_tests folder into the regression folder. 2022-09-06 13:59:33 +05:30