Обсуждение: Checklist before sending patch to pgAdmin4-hackers

Поиск
Список
Период
Сортировка

Checklist before sending patch to pgAdmin4-hackers

От
Murtuza Zabuawala
Дата:
Hello,

Here is the common checklist to follow before sending patch to pgAdmin4-hackers group,

1) Get the latest pull from master branch.

2) Apply your patch and check if applies successfully on the latest code.

3) Check for PEP8 issues
- activate virtual env
- cd ../web
- yarn run pep8

4) Run regression test
python regression/runtests.py 

- To run only UI/feature tests
python regression/runtests.py --pkg feature_tests 

- To run regression test (without UI/Feature tests)
python regression/runtests.py --exclude feature_tests 

5) Run Jasmine tests
- activate virtual env
- cd ../web
yarn run test:karma-once

6) Make sure to add or update help docs and screenshot(s) if you have added any new feature or changed any existing one.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company