summaryrefslogtreecommitdiff
path: root/talerdonations/tests.py
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-25 19:27:38 +0000
committerng0 <ng0@n0.is>2019-09-25 19:27:38 +0000
commit6a346edfe7fad92abbf6d7f6fc2e04602eff3d10 (patch)
tree0584b8949ae7e7b382914ea9155f31a959030b73 /talerdonations/tests.py
parent3aeaaa760a4bc00d35b1faa0c7bde47e9a00b9b3 (diff)
parent38acb9f039fb01a7bc0aef8b93a277e919899ae9 (diff)
downloaddonations-6a346edfe7fad92abbf6d7f6fc2e04602eff3d10.tar.gz
donations-6a346edfe7fad92abbf6d7f6fc2e04602eff3d10.tar.bz2
donations-6a346edfe7fad92abbf6d7f6fc2e04602eff3d10.zip
Merge branch 'master' of git.taler.net:donations
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 cb6553b..ef392ee 100644
--- a/talerdonations/tests.py
+++ b/talerdonations/tests.py
@@ -27,6 +27,7 @@ from taler.util.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):