better debugging of output
This commit is contained in:
parent
e318292f5b
commit
9de93d0764
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue