From 28db0e5f14ece94865b59e4aeda3dea71afd9435 Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Sun, 18 Dec 2011 01:01:21 -0800 Subject: Define __unittest in scope of nose's assertion helpers to hide noisy stack frames. Closes #453. I divided the tools into two buckets: trivial, which should not have their stack frames exposed in tracebacks; and nontrivial, which should. The tools module becomes a package, and everything stays backward-compatible. --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index c647a2b..b852772 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,3 +22,4 @@ Takafumi Arakaki Peter Bengtsson Gary Donovan Brendan McCollam +Erik Rose -- cgit v1.2.1