Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/translatortests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/translatortests.py')
-rw-r--r--tests/translatortests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/translatortests.py b/tests/translatortests.py
index ede7dee..171542c 100644
--- a/tests/translatortests.py
+++ b/tests/translatortests.py
@@ -129,5 +129,6 @@ class ResourceTranslatorTests(unittest.TestCase):
for container in list_action.nested_list:
assert getattr(container, "resource").type == "file", "Element of list was not converted properly"
- def test_string_transation(self):
+ def test_string_translation(self):
+ # TODO : Once we have enough time. ;)
pass