From 29d718f63ace203467834072ed92579cbb8879fa Mon Sep 17 00:00:00 2001 From: Ben Finney Date: Thu, 28 Jan 2016 18:08:29 +1100 Subject: [PATCH] =?utf8?q?Add=20a=20PEP=20257=20docstring=20to=20the=20ove?= =?utf8?q?rall=20=E2=80=98gajja=E2=80=99=20package.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- gajja/__init__.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gajja/__init__.py b/gajja/__init__.py index 19809fe..fbbcc62 100644 --- a/gajja/__init__.py +++ b/gajja/__init__.py @@ -10,7 +10,18 @@ # Free Software Foundation; version 3 of that license or any later version. # No warranty expressed or implied. See the file ‘LICENSE.GPL-3’ for details. -""" Python package for Gajja library. """ +""" gajja: Fake objects for real tests + + The `gajja` library provides a system of Python test double classes + for specific system objects:: + + * Filesystem entries + + * Subprocesses + + The Korean word 가짜 (*gajja*; IPA ˈkaːt͡ɕ̤a) means “fake thing”. + + """ from __future__ import (absolute_import, unicode_literals) -- 2.11.4.GIT