From 5d75c1f4b7362ef184276f781346e69c34bd4874 Mon Sep 17 00:00:00 2001 From: Aaron Bentley Date: Tue, 4 Apr 2006 19:52:25 -0400 Subject: Fixed tests to use lists, so that optparse can mangle them --- becommands/open.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'becommands/open.py') diff --git a/becommands/open.py b/becommands/open.py index 89067f8..d93eb61 100644 --- a/becommands/open.py +++ b/becommands/open.py @@ -24,7 +24,7 @@ def execute(args): >>> os.chdir(dir.dir) >>> dir.get_bug("b").status u'closed' - >>> execute(("b",)) + >>> execute(["b",]) >>> dir.get_bug("b").status u'open' >>> tests.clean_up() -- cgit