better debugging of output

This commit is contained in:
Ken Conley 2012-01-06 02:55:23 +00:00
parent e318292f5b
commit 9de93d0764
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@
def test_author_name():
from roscreate.core import author_name
assert author_name()
val = author_name()
assert val, val
def test_read_template():
from roscreate.core import read_template