From cabb2c930aea1c944c9908b547aa7308323b5903 Mon Sep 17 00:00:00 2001 From: Davis Goglin Date: Mon, 28 Mar 2016 15:01:40 -0700 Subject: [PATCH] Add docstring to TestCLI class --- test/test_cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_cli.py b/test/test_cli.py index 690f93e..abb7bb0 100644 --- a/test/test_cli.py +++ b/test/test_cli.py @@ -24,6 +24,8 @@ printer: ) class TestCLI: + """ Contains setups, teardowns, and tests for CLI + """ @classmethod def setup_class(cls):