[Python-Dev] My thinking about the development process (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Sat Dec 6 16:26:27 CET 2014
- Previous message: [Python-Dev] Tracker test instances (was: My thinking about the development process)
- Next message: [Python-Dev] My thinking about the development process
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 7 December 2014 at 01:07, Donald Stufft <donald at stufft.io> wrote:
A likely solution is to use a pre-merge test runner for the systems that we can isolate which will give a decent indication if the tests are going to pass across the entire supported matrix or not and then continue to use the current post-merge test runner to handle testing the esoteric systems that we can’t work into the pre-merge testing.
Yep, that's exactly the approach I had in mind for this problem.
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] Tracker test instances (was: My thinking about the development process)
- Next message: [Python-Dev] My thinking about the development process
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]