Gentoo Archives: gentoo-portage-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH 0/4] make testing more user friendly
Date: Sun, 09 Oct 2011 18:54:35
Message-Id: 1318186408-19273-1-git-send-email-vapier@gentoo.org
1 I'm not an expert at python, so trying to make sure I'm doing anything
2 too stupid. I tried to keep existing portage style, but feel free to
3 point out whatever.
4
5 I can also push these myself, so if people are OK with them, just let
6 me know ... you don't have to merge+push yourself.
7
8 Mike Frysinger (4):
9 runtests: make sure we are in the right dir
10 tests: split up getTests into helper funcs to avoid duplication
11 tests: add a --help option to make runtest more friendly
12 tests: add --list flag to show available tests
13
14 pym/portage/tests/__init__.py | 93 ++++++++++++++++++++++++-----------------
15 runtests.sh | 3 +
16 2 files changed, 57 insertions(+), 39 deletions(-)
17
18 --
19 1.7.6.1

Replies