pgadmin4/web/regression/feature_utils
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 Add feature test framework, using selenium and chromedriver for UI testing. 2017-02-22 12:41:28 +00:00
app_starter.py Fixed Securtiy Hotspot reported by SonarQube. 2022-08-12 17:10:26 +05:30
base_feature_test.py Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
locators.py Fixed 'Remove the unnecessary boolean literals' code smell. 2022-09-09 15:23:18 +05:30
pgadmin_page.py Fixed the following code smells: 2022-09-10 13:48:14 +05:30
tree_area_locators.py Fixed feature tests. 2022-07-08 18:25:00 +05:30