Re: Import/export servers

Поиск
Список
Период
Сортировка
От navnath gadakh
Тема Re: Import/export servers
Дата
Msg-id CAOAJCYqoAqUk3Gq9+Ahjt-5FMRSmna7SBXuRkNMzpAKCFZFk3A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Import/export servers  (navnath gadakh <navnath.gadakh@enterprisedb.com>)
Ответы Re: Import/export servers  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
ignore previous, use self.assertEqual(a,b) instead of self.assertTrue(a == b)

On Tue, Nov 20, 2018 at 10:46 AM navnath gadakh <navnath.gadakh@enterprisedb.com> wrote:
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


--
Regards,
Navnath Gadakh

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: navnath gadakh
Дата:
Сообщение: Re: Import/export servers
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: Import/export servers