pgadmin4/web/pgadmin/utils
Navnath Gadakh 5c3c543d2e Test suite improvements:
- Test framework support API testing with multiple server for this we need to modify test_config.json(for user it’s test_config.json.in) and test_advanced_config.json(for user it’s test_advanced_config.json.in). Server details of PG and  PPAS are included in both .in files.

- Removed the logic of logging in  the test client on each test scenario(As per Khushboo's comment in previous email).  We need this logic in test cases under ‘browser/tests/’ as for test scenarios like change password and  invalid login test cases as test client should be logged out first. So, as per this the code is slightly modified in ‘browser/tests/’.
2016-07-27 15:33:36 +01:00
..
driver Fix numerous encoding issues. Fixes #1307. Fixes #1479 2016-07-26 15:05:14 +01:00
sqlautocomplete Code tidy. 2016-06-21 14:21:06 +01:00
__init__.py Code tidy. 2016-06-21 14:21:06 +01:00
ajax.py Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
crypto.py Code tidy. 2016-06-21 14:21:06 +01:00
html.py [Python 3 compatibility] Introduced a separate HTML safe string function 2016-05-16 11:58:42 +05:30
menu.py Code tidy. 2016-06-21 14:21:06 +01:00
paths.py Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
preferences.py Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
route.py Test suite improvements: 2016-07-27 15:33:36 +01:00
session.py [Python 3 Compability] Made changes to make the new server-side session 2016-07-11 16:29:06 +05:30