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

2017-03-23 Thread Joao Pedro De Almeida Pereira
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 wrote: > Thanks, committed. Note that this patch also touched > copy_selected_columns_feature_test.py so I dropped that

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

2017-03-23 Thread Dave Page
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 wrote: > Hi Hackers, > > Since we have more than one type of test suite now, it makes sense to do a > little organizing in the regressi