Add docstring to TestCLI class

This commit is contained in:
Davis Goglin 2016-03-28 15:01:40 -07:00
parent 0c3f273fa1
commit cabb2c930a
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ printer:
)
class TestCLI:
""" Contains setups, teardowns, and tests for CLI
"""
@classmethod
def setup_class(cls):