[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-taler-util] 49/51: move around.
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-taler-util] 49/51: move around. |
Date: |
Mon, 23 Sep 2019 22:02:40 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository taler-util.
commit 568e45c94035833c52c4409ba8510560b3ed47f7
Author: ng0 <address@hidden>
AuthorDate: Mon Sep 23 19:32:56 2019 +0000
move around.
---
taler/util/{amount => }/amount.py | 0
taler/util/amount/README | 4 ----
taler/util/config/__init__.py | 0
taler/util/{log => }/gnunet_log.py | 0
taler/util/log/README | 1 -
taler/util/{config => }/talerconfig.py | 0
{taler/util/amount => tests}/__init__.py | 0
taler/util/log/test.py => tests/log_test.py | 0
{taler/util/amount => tests}/test_amount.py | 0
9 files changed, 5 deletions(-)
diff --git a/taler/util/amount/amount.py b/taler/util/amount.py
similarity index 100%
rename from taler/util/amount/amount.py
rename to taler/util/amount.py
diff --git a/taler/util/amount/README b/taler/util/amount/README
deleted file mode 100644
index 2990bfe..0000000
--- a/taler/util/amount/README
+++ /dev/null
@@ -1,4 +0,0 @@
-Run the tests with:
-
-# Just from this directory.
-$ python3 -m unittest
diff --git a/taler/util/config/__init__.py b/taler/util/config/__init__.py
deleted file mode 100644
index e69de29..0000000
diff --git a/taler/util/log/gnunet_log.py b/taler/util/gnunet_log.py
similarity index 100%
rename from taler/util/log/gnunet_log.py
rename to taler/util/gnunet_log.py
diff --git a/taler/util/log/README b/taler/util/log/README
deleted file mode 100644
index 1757c34..0000000
--- a/taler/util/log/README
+++ /dev/null
@@ -1 +0,0 @@
-This directory should mainly make #4453 solved.
diff --git a/taler/util/config/talerconfig.py b/taler/util/talerconfig.py
similarity index 100%
rename from taler/util/config/talerconfig.py
rename to taler/util/talerconfig.py
diff --git a/taler/util/amount/__init__.py b/tests/__init__.py
similarity index 100%
rename from taler/util/amount/__init__.py
rename to tests/__init__.py
diff --git a/taler/util/log/test.py b/tests/log_test.py
similarity index 100%
rename from taler/util/log/test.py
rename to tests/log_test.py
diff --git a/taler/util/amount/test_amount.py b/tests/test_amount.py
similarity index 100%
rename from taler/util/amount/test_amount.py
rename to tests/test_amount.py
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [GNUnet-SVN] [taler-taler-util] 46/51: gitignore, (continued)
- [GNUnet-SVN] [taler-taler-util] 46/51: gitignore, gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 36/51: Remove old test, gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 45/51: rename., gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 35/51: 4453. Fix GNUNET_FORCE_LOG priority., gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 40/51: Doxygen-commenting gnunet_log.py, gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 41/51: Doxygen-comment logger test cases., gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 42/51: Importing the Doxygen-commented config from the bank., gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 47/51: rename., gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 51/51: wrap-up, gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 48/51: README, gnunet, 2019/09/23
- [GNUnet-SVN] [taler-taler-util] 49/51: move around.,
gnunet <=