Re: More idiomatic python3 + fix some tests

Поиск
Список
Период
Сортировка
От Cyril Jouve
Тема Re: More idiomatic python3 + fix some tests
Дата
Msg-id CANhjAHyDZYjfyedEyQQCt_JSnYPh9z0UBCdZtxshB5xY0d4ONg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: More idiomatic python3 + fix some tests  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Ответы Re: More idiomatic python3 + fix some tests  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
Список pgadmin-hackers
thanks :)

and sure, I'll run the linter next time!

have you thought of automatic code formatters instead like yapf or black?



Le lun. 31 août 2020 à 13:18, Akshay Joshi <akshay.joshi@enterprisedb.com> a écrit :
Hi Cyril

Thanks, patch applied. Please make sure to run "yarn run pep8" before sending the patch.

On Sat, Aug 29, 2020 at 2:28 AM Cyril Jouve <jv.cyril@gmail.com> wrote:
Hello,

patch 1 to 6 generated mostly using 2to3:

patch 7 fixes change_password tests:
Less that min length : min is 8 instead of 6
Valid password : use an user different than admin user / mock mail module

patch 8 fixes ConstraintDeleteMultipleTestCase on py3.10 (using simplejson like in all other modules).

Regards,
Cyril


--
Thanks & Regards
Akshay Joshi
pgAdmin Hacker | Sr. Software Architect
EDB Postgres
Mobile: +91 976-788-8246

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix typo
Следующее
От: Dave Page
Дата:
Сообщение: Re: Macro Support UI Design