Re: [patch] Move test_utils.py into python_test_utils/

From: Joao Pedro De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Atira Odhner <aodhner(at)pivotal(dot)io>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [patch] Move test_utils.py into python_test_utils/
Date: 2017-03-23 14:48:37
Message-ID: CAE+jja=Qh3a7MLFYJ=GLJ8KGGjr92Yn14648jf3NCm8iqwW0ew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Sorry for not being more careful about the creation of patches and the
Python 2 vs Python 3 issue.

Thanks
Joao & Sarah

On Thu, Mar 23, 2017 at 8:00 AM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> Thanks, committed. Note that this patch also touched
> copy_selected_columns_feature_test.py so I dropped that hunk.
>
> On Wed, Mar 22, 2017 at 10:01 PM, Atira Odhner <aodhner(at)pivotal(dot)io> wrote:
> > Hi Hackers,
> >
> > Since we have more than one type of test suite now, it makes sense to do
> a
> > little organizing in the regression directory.
> >
> > This patch moves test_utils.py into python_test_utils/
> >
> > This patch depends on the Show DDL for Greenplum Tables patches.
> >
> > Tira & Joao
> >
> >
> > --
> > Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> > To make changes to your subscription:
> > http://www.postgresql.org/mailpref/pgadmin-hackers
> >
>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Atira Odhner 2017-03-23 14:51:06 Re: Re-vamping the history tab
Previous Message Navnath Gadakh 2017-03-23 14:02:42 Re: pgAdmin 4 commit: Re-organised the regression directory now we have mul