[pgadmin4][Patch]: Support for create multiple test classes in onetest file

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема [pgadmin4][Patch]: Support for create multiple test classes in onetest file
Дата
Msg-id CANxoLDeRfFgVnpzOw9RttMNtKJ0B9s1822jy9_78FucLFRCdKQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgadmin4][Patch]: Support for create multiple test classes inone test file  (Joao De Almeida Pereira <jdealmeidapereira@pivotal.io>)
Список pgadmin-hackers
Hi Hackers, 

Attached is the patch to create multiple test classes in one test file.  

For example: I have one test file test_feature.py where I wrote multiple test classes
    class TestX(BaseTestGenerator):
  class TestY(BaseTestGenerator):
  class TestZ(BaseTestGenerator):

So with current implementation it will run the test cases for TestZ class.

--
Akshay Joshi
Sr. Software Architect


Phone: +91 20-3058-9517
Mobile: +91 976-788-8246
Вложения

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

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: Re: [pgadmin4][Patch]: Test cases for the backup module
Следующее
От: Joao De Almeida Pereira
Дата:
Сообщение: Re: [pgadmin4][Patch]: Support for create multiple test classes inone test file