Re: Import/export servers - Mailing list pgadmin-hackers

From navnath gadakh
Subject Re: Import/export servers
Date
Msg-id CAOAJCYqsH7eLS8SFB5JGNkWdxKj41gstYR69b0criUZK+PpCOw@mail.gmail.com
Whole thread Raw
In response to Import/export servers  (Dave Page <dpage@pgadmin.org>)
Responses Re: Import/export servers  (navnath gadakh <navnath.gadakh@enterprisedb.com>)
List pgadmin-hackers
small feedback,
In the tests, instead of self.assertTrue(a == b) use self.assertEqual(a == b) which will give more info if test case fails.

On Mon, Nov 19, 2018 at 8:09 PM Dave Page <dpage@pgadmin.org> wrote:
A number of people have asked for the ability to import and export server definitions. It's also convenient to have such a feature in the container world, where new instances of pgAdmin containers may be created on the fly.

Here's a draft patch to allow that, including docs and a basic test.

Review feedback please?

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


--
Regards,
Navnath Gadakh

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Import/export servers
Next
From: navnath gadakh
Date:
Subject: Re: Import/export servers