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
e62384db
Commit
e62384db
authored
Dec 02, 2015
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Group exports and add header
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
bdad106a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
11 deletions
+31
-11
weblate/trans/tests/test_selenium.py
weblate/trans/tests/test_selenium.py
+31
-11
No files found.
weblate/trans/tests/test_selenium.py
View file @
e62384db
from
django.test
import
LiveServerTestCase
# -*- coding: utf-8 -*-
#
# Copyright © 2012 - 2015 Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <https://weblate.org/>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from
unittest
import
SkipTest
from
unittest
import
SkipTest
import
time
import
django
import
os
import
new
import
json
import
httplib
import
base64
from
django.test
import
LiveServerTestCase
from
django.core.urlresolvers
import
reverse
from
django.core
import
mail
from
django.contrib.auth.models
import
User
try
:
try
:
from
selenium
import
webdriver
from
selenium
import
webdriver
from
selenium.common.exceptions
import
(
from
selenium.common.exceptions
import
(
...
@@ -8,16 +38,6 @@ try:
...
@@ -8,16 +38,6 @@ try:
HAS_SELENIUM
=
True
HAS_SELENIUM
=
True
except
ImportError
:
except
ImportError
:
HAS_SELENIUM
=
False
HAS_SELENIUM
=
False
from
django.core.urlresolvers
import
reverse
from
django.core
import
mail
from
django.contrib.auth.models
import
User
import
time
import
django
import
os
import
new
import
json
import
httplib
import
base64
from
weblate.trans.tests.test_views
import
RegistrationTestMixin
from
weblate.trans.tests.test_views
import
RegistrationTestMixin
from
weblate.trans.tests
import
OverrideSettings
from
weblate.trans.tests
import
OverrideSettings
...
...
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