Re: More idiomatic python3 + fix some tests - Mailing list pgadmin-hackers

From Akshay Joshi
Subject Re: More idiomatic python3 + fix some tests
Date
Msg-id CANxoLDdCapDy6EXx9CKXr7BPJ5zbkefSCBX6HwnQDGXrZ3iX-Q@mail.gmail.com
Whole thread Raw
In response to More idiomatic python3 + fix some tests  (Cyril Jouve <jv.cyril@gmail.com>)
Responses Re: More idiomatic python3 + fix some tests
List pgadmin-hackers
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 by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Change the following to replace Python 2 code with Py
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed an issue where --load-server does not allow loa