Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
3d05f810
Commit
3d05f810
authored
Mar 20, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove not used import
parent
6e494351
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
trans/tests/machine.py
trans/tests/machine.py
+1
-2
No files found.
trans/tests/machine.py
View file @
3d05f810
...
...
@@ -20,7 +20,6 @@
from
django.test
import
TestCase
import
unittest
from
weblate
import
appsettings
from
trans.machine.dummy
import
DummyTranslation
from
trans.machine.glosbe
import
GlosbeTranslation
from
trans.machine.mymemory
import
MyMemoryTranslation
...
...
@@ -68,7 +67,7 @@ class MachineTranslationTest(TestCase):
self
.
assertGreater
(
len
(
machine
.
translate
(
'es'
,
'world'
)),
0
)
@
unittest
.
skipUnless
(
microsoft_translation_supported
(),
'missing credentials'
)
'missing credentials'
)
def
test_microsoft
(
self
):
machine
=
MicrosoftTranslation
()
self
.
assertGreater
(
len
(
machine
.
translate
(
'cs'
,
'world'
)),
0
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment