pgadmin4/web/pgadmin/feature_tests
Cyril Jouve 5a253f9053 Change the following to replace Python 2 code with Python 3:
1) Replace the deprecated unit test method.
2) Wraps filter usage in a list call.
3) Converts the old metaclass syntax to new.
4) Use range instead of xrange method.
5) Change Unicode to str.
6) Several other transformations.
7) Fixed change password test cases.
8) Use simplejson instead of plain JSON.
2020-08-31 16:45:31 +05:30
..
__init__.py Revert "Rename the top level feature tests directory for consistency with other test directories" 2017-03-02 11:23:05 +00:00
browser_tool_bar_test.py Remove old Python 2 compatibility code. Fixes #5700 2020-07-27 11:03:13 +01:00
copy_selected_query_results_feature_test.py Remove old Python 2 compatibility code. Fixes #5700 2020-07-27 11:03:13 +01:00
datatype_test.json Update the regression tests to fix issues with Python 3.5 and PG 9.2. Fixes #3057 2018-01-26 16:45:09 +00:00
file_manager_test.py Replace the generic exception class with a more specific one. 2020-08-07 12:37:00 +05:30
keyboard_shortcut_test.py Remove old Python 2 compatibility code. Fixes #5700 2020-07-27 11:03:13 +01:00
pg_datatype_validation_test.py Fixed code smell 'String literals should not be duplicated' reported by SonarQube. 2020-08-06 12:42:19 +05:30
pg_utilities_backup_restore_test.py Change the following to replace Python 2 code with Python 3: 2020-08-31 16:45:31 +05:30
pg_utilities_maintenance_test.py Change the following to replace Python 2 code with Python 3: 2020-08-31 16:45:31 +05:30
query_tool_auto_complete_tests.py Replace the generic exception class with a more specific one. 2020-08-07 12:37:00 +05:30
query_tool_journey_test.py Fixed code smell 'String literals should not be duplicated' reported by SonarQube. 2020-08-06 12:42:19 +05:30
query_tool_tests.py Fixed code smell 'String literals should not be duplicated' reported by SonarQube. 2020-08-06 12:42:19 +05:30
table_ddl_feature_test.py Remove old Python 2 compatibility code. Fixes #5700 2020-07-27 11:03:13 +01:00
test_data.json 1) Fixed feature test and API test cases. 2020-04-22 13:57:32 +05:30
view_data_dml_queries.py Change the following to replace Python 2 code with Python 3: 2020-08-31 16:45:31 +05:30
xss_checks_panels_and_query_tool_test.py Fixed code smell 'String literals should not be duplicated' reported by SonarQube. 2020-08-06 12:42:19 +05:30
xss_checks_pgadmin_debugger_test.py Replace the generic exception class with a more specific one. 2020-08-07 12:37:00 +05:30
xss_checks_roles_control_test.py Remove old Python 2 compatibility code. Fixes #5700 2020-07-27 11:03:13 +01:00