[pgadmin-hackers][patch] change --pkg behavior - Mailing list pgadmin-hackers

From George Gelashvili
Subject [pgadmin-hackers][patch] change --pkg behavior
Date
Msg-id CAHowoHZNa8=kQgOTTxSNwMCLRWwExbo0dKfee2SWbWosMH=O=Q@mail.gmail.com
Whole thread Raw
Responses Re: [pgadmin-hackers][patch] change --pkg behavior
List pgadmin-hackers
Hello Hackers,

To chase down a set of tests that were failing together, we wanted to run deeper trees of tests. We changed the behavior of the --pkg argument to runtests.py so it runs tests under a package and its subpackages, instead of for a single node.

It gave us more flexibility in what tests to run. This complements the --exclude behavior we are working on.

To run tests for a single node, ".tests" can be appended to the package path (see changes to README)

George & Tira


Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Update translation files.
Next
From: Murtuza Zabuawala
Date:
Subject: [pgadmin-hackers] [pgAdmin4][PATCH] Compatibility fixes for Python2.6