Closed schlosser closed 9 years ago
Review: @natebrennand
.travis.yml
assert
__all__ = [ ... ]
raise Exception()
print()
nosetests
:+1:
Review: @natebrennand
.travis.yml
assert
statements to__all__ = [ ... ]
statementsraise Exception()
as opposed toprint()
, in order to avoid nosetests consuming error output.nosetests
for future testing