summaryrefslogtreecommitdiff
path: root/talerdonations/tests.py
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-29 19:01:43 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-29 19:03:25 +0200
commit455755737e6dcb7f938f7e6f9672bfc3e38f0a73 (patch)
tree8b00b06440a344decdc1136dc2c6f3b3e4b6a18e /talerdonations/tests.py
parentea2a0c9dbe52c4a4922ee1e9a22b97b9024822a8 (diff)
downloaddonations-455755737e6dcb7f938f7e6f9672bfc3e38f0a73.tar.gz
donations-455755737e6dcb7f938f7e6f9672bfc3e38f0a73.tar.bz2
donations-455755737e6dcb7f938f7e6f9672bfc3e38f0a73.zip
yapf style file
Diffstat (limited to 'talerdonations/tests.py')
-rw-r--r--talerdonations/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/talerdonations/tests.py b/talerdonations/tests.py
index c9918c2..2e95b60 100644
--- a/talerdonations/tests.py
+++ b/talerdonations/tests.py
@@ -27,6 +27,7 @@ from talerdonations.talerconfig import TalerConfig
TC = TalerConfig.from_env()
CURRENCY = TC["taler"]["currency"].value_string(required=True)
+
##
# Main class that gathers all the tests.
class DonationsTestCase(unittest.TestCase):