mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Improve consistency of the regression README. Fixes #4579
This commit is contained in:
@@ -148,12 +148,6 @@ Python Tests:
|
|||||||
run 'python runtests.py --pkg all' or just:
|
run 'python runtests.py --pkg all' or just:
|
||||||
'python runtests.py'
|
'python runtests.py'
|
||||||
|
|
||||||
- Execute only reverse engineered sql test framework for all nodes
|
|
||||||
run 'python runtests.py --pkg resql'
|
|
||||||
|
|
||||||
- Execute only reverse engineered sql test framework for some modules
|
|
||||||
run 'python runtests.py --pkg resql --modules sequences,functions'
|
|
||||||
|
|
||||||
- Execute test framework for entire package
|
- Execute test framework for entire package
|
||||||
|
|
||||||
Example 1) Run test framework for 'browser' package
|
Example 1) Run test framework for 'browser' package
|
||||||
@@ -189,6 +183,13 @@ Python Tests:
|
|||||||
Example: exclude multiple packages:
|
Example: exclude multiple packages:
|
||||||
run 'python runtests.py --exclude browser.server_groups.servers.databases,browser.server_groups.servers.tablespaces'
|
run 'python runtests.py --exclude browser.server_groups.servers.databases,browser.server_groups.servers.tablespaces'
|
||||||
|
|
||||||
|
- Execute reverse engineered SQL test framework
|
||||||
|
Example 1) Execute only reverse engineered sql test framework for all nodes
|
||||||
|
run 'python runtests.py --pkg resql'
|
||||||
|
|
||||||
|
Example 2) Execute only reverse engineered SQL test framework for some modules
|
||||||
|
run 'python runtests.py --pkg resql --modules sequences,functions'
|
||||||
|
|
||||||
Javascript Tests:
|
Javascript Tests:
|
||||||
|
|
||||||
- Install node.js and yarn, in the appropriate way for your platform. On macOS with Homebrew you might use:
|
- Install node.js and yarn, in the appropriate way for your platform. On macOS with Homebrew you might use:
|
||||||
|
|||||||
Reference in New Issue
Block a user