mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Test suite enhancements:
1. The user will specify the tablespace path in test_config.json.in 2. If tablespace path not found, skip the test cases for that server(Only tablespace test cases) 3. Add the skipped test summary in the test result. (Now it's showing on console + in log file, but need to update in a final enhanced test summary report. Which is research point we will work on that after finishing all nodes API test cases) 4. Removed the test_ prefix from the values in the config files. 5. Add tablespace and roles tests
This commit is contained in:
committed by
Dave Page
parent
2b13d55016
commit
81e2bc1e80
@@ -84,5 +84,6 @@ class BaseTestGenerator(unittest.TestCase):
|
||||
self.app = app
|
||||
|
||||
# Initializing test_client.
|
||||
def setTestClient(self, test_client):
|
||||
self.tester = test_client
|
||||
@classmethod
|
||||
def setTestClient(cls, test_client):
|
||||
cls.tester = test_client
|
||||
|
||||
Reference in New Issue
Block a user