1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00

Add docstring to TestCLI class

This commit is contained in:
Davis Goglin 2016-03-28 15:01:40 -07:00
parent 0c3f273fa1
commit cabb2c930a

View File

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