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
d7612e41
Commit
d7612e41
authored
Jan 22, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split chars tests to separate file
parent
4d481993
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
491 additions
and
455 deletions
+491
-455
weblate/trans/tests/__init__.py
weblate/trans/tests/__init__.py
+1
-0
weblate/trans/tests/test_chars_checks.py
weblate/trans/tests/test_chars_checks.py
+490
-0
weblate/trans/tests/test_checks.py
weblate/trans/tests/test_checks.py
+0
-455
No files found.
weblate/trans/tests/__init__.py
View file @
d7612e41
...
...
@@ -19,5 +19,6 @@
#
from
weblate.trans.tests.test_checks
import
*
from
weblate.trans.tests.test_format_checks
import
*
from
weblate.trans.tests.test_chars_checks
import
*
from
weblate.trans.tests.test_models
import
*
from
weblate.trans.tests.test_views
import
*
weblate/trans/tests/test_chars_checks.py
0 → 100644
View file @
d7612e41
This diff is collapsed.
Click to expand it.
weblate/trans/tests/test_checks.py
View file @
d7612e41
This diff is collapsed.
Click to expand it.
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