Re: [pgadmin4][patch] Use pytest test runner for unit tests

From: Anthony Emengo <aemengo(at)pivotal(dot)io>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgadmin4][patch] Use pytest test runner for unit tests
Date: 2018-05-24 16:14:47
Message-ID: CAG8BBZOkQ8FPzXzJAwe5+EgAKEhbpcx+_=XQh3UQhWQE620xqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Here’s a followup patch with the relevant README and Makefile changes. To
be clear, both patches need to be applied in succession to run the tests.

The error that you were running into was because the appropriate PYTHONPATH
environment variable was not set. We updated the README to reflect that,
but haven’t done anything to the code for that

Thanks
Joao && Anthony

Attachment Content-Type Size
0002-Use-Pytests.diff.ci-skip application/octet-stream 2.7 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-05-24 16:24:17 Re: [pgadmin4][patch] Use pytest test runner for unit tests
Previous Message Joao De Almeida Pereira 2018-05-24 14:43:02 Re: [pgadmin4][patch] Initial patch to decouple from ACI Tree