From 2c7fabfa355122b24768b1fd9494365db87e6f96 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Fri, 19 Feb 2016 11:35:34 +0200 Subject: [PATCH] tests: add docstrings --- trezor_agent/tests/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trezor_agent/tests/__init__.py b/trezor_agent/tests/__init__.py index e69de29..e171647 100644 --- a/trezor_agent/tests/__init__.py +++ b/trezor_agent/tests/__init__.py @@ -0,0 +1 @@ +"""Unit-tests for this package."""