Re: [pgAdmin][RM5330]: [Code Coverage] Improve API test cases for Functions - Mailing list pgadmin-hackers

From Akshay Joshi
Subject Re: [pgAdmin][RM5330]: [Code Coverage] Improve API test cases for Functions
Date
Msg-id CANxoLDevEYsKrtRPTrYhgqAdPi69sFyQaFbW9e8ZyF-cBOs-4A@mail.gmail.com
Whole thread Raw
In response to [pgAdmin][RM5330]: [Code Coverage] Improve API test cases for Functions  (Nikhil Mohite <nikhil.mohite@enterprisedb.com>)
Responses Re: [pgAdmin][RM5330]: [Code Coverage] Improve API test cases for Functions
List pgadmin-hackers
Hi Nikhil

Test cases are failing for all the database server with the following error:
    return True, sql.strip('\n')
AttributeError: 'tuple' object has no attribute 'strip'

Please check and resend the patch.

On Tue, Sep 22, 2020 at 10:56 AM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:
Hi Team,

I have added few more test cases for the "Functions" module as per RM-5330
PFA patch.

--
Thanks & Regards,
Nikhil Mohite
Software Engineer.
Mob.No: +91-7798364578.


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

pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][SonarQube] Reduce cognitive complexity
Next
From: Pradip Parkale
Date:
Subject: Re: RM5841: server.username can be empty when using .pg_service.conf