pgadmin4/web/pgadmin/tools/debugger/tests
Mark Mayo 41508f7f67
python 3 updates
- Fix super() calls for python 3
- No need to inherit objects.
- No need for u at the start of strings
- Tidied up some brackets and f-strings too
2022-11-19 10:13:41 +05:30
..
__init__.py Improve code coverage and API test cases for Debugger. Fixes #5343 2020-12-03 10:31:24 +05:30
debugger_test_data.json 1. Added check to skip debugger test case if the plugin is not installed. 2020-12-16 11:25:16 +05:30
test_close_debugger.py python 3 updates 2022-11-19 10:13:41 +05:30
test_debugger_clear_all_breakpoint.py python 3 updates 2022-11-19 10:13:41 +05:30
test_debugger_clear_arguments.py python 3 updates 2022-11-19 10:13:41 +05:30
test_debugger_direct.py python 3 updates 2022-11-19 10:13:41 +05:30
test_debugger_execute_query.py python 3 updates 2022-11-19 10:13:41 +05:30
test_debugger_get_arguments.py python 3 updates 2022-11-19 10:13:41 +05:30
test_debugger_poll_execution_result.py python 3 updates 2022-11-19 10:13:41 +05:30
test_debugger_poll_result.py python 3 updates 2022-11-19 10:13:41 +05:30
test_debugger_set_arguments.py python 3 updates 2022-11-19 10:13:41 +05:30
test_debugger_set_breakpoint.py python 3 updates 2022-11-19 10:13:41 +05:30
test_init_debugger_function.py python 3 updates 2022-11-19 10:13:41 +05:30
test_init_debugger_trigger.py python 3 updates 2022-11-19 10:13:41 +05:30
test_init_target.py python 3 updates 2022-11-19 10:13:41 +05:30
test_messages_debugger.py python 3 updates 2022-11-19 10:13:41 +05:30
test_restart_debugger.py python 3 updates 2022-11-19 10:13:41 +05:30
test_start_execution_debugger.py python 3 updates 2022-11-19 10:13:41 +05:30
test_start_listener_debugger.py python 3 updates 2022-11-19 10:13:41 +05:30
utils.py 1. Use EDB's repo for react-data-grid instead of the personal repo. 2022-09-13 19:13:33 +05:30