Re: pgAdminIV : Regression tests code cleanup - Mailing list pgadmin-hackers

From Dave Page
Subject Re: pgAdminIV : Regression tests code cleanup
Date
Msg-id CA+OCxoyfuYnVAx4wgWdeqk_RyJRG5V40fCDejMy-T-bszDjhNA@mail.gmail.com
Whole thread Raw
Responses Re: pgAdminIV : Regression tests code cleanup
List pgadmin-hackers
Awesome - the test suite just found it's first bug! There was a code
path that referenced a variable that hadn't been defined, added in a
patch that I committed earlier without spotting the issue. The
associated tests failed, and I pretty quickly spotted (and fixed) the
bug as a result :-D

Patch applied!

On Fri, Oct 7, 2016 at 1:43 PM, Navnath Gadakh
<navnath.gadakh@enterprisedb.com> wrote:
> Hi Dave,
>     Please find the patch of test framework, which contains
> 1. Code changes (due to drop objects functionality).
> 2. Quoting for database names in drop databases.
> 3. Code changes for import errors for pickle_path and advanced_config
> variables.
>
> Run test suite by this command:
>   python runtests.py
>
> Thanks.
> --
> Regards,
> Navnath Gadakh
>
> EnterpriseDB Corporation
> The Enterprise PostgreSQL Company
>
>



--
Dave Page
VP, Chief Architect, Tools & Installers
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Major update to the test suite:
Next
From: Navnath Gadakh
Date:
Subject: pgAdminIV : Regression tests code cleanup