author | Dimitri Papadopoulos <dimitri.papadopoulos@cea.fr> |
Mon, 19 Oct 2015 23:39:30 +0200 | |
changeset 10948 | 3ffacbdf7e9c |
parent 10464 | 5ad491852062 |
child 10964 | bf381a894cd3 |
permissions | -rw-r--r-- |
9153
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
1 |
# -*- coding: iso-8859-1 -*- |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
2 |
# copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
3 |
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
4 |
# |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
5 |
# This file is part of CubicWeb. |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
6 |
# |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
7 |
# CubicWeb is free software: you can redistribute it and/or modify it under the |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
8 |
# terms of the GNU Lesser General Public License as published by the Free |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
9 |
# Software Foundation, either version 2.1 of the License, or (at your option) |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
10 |
# any later version. |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
11 |
# |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
12 |
# CubicWeb is distributed in the hope that it will be useful, but WITHOUT |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
13 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
14 |
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
15 |
# details. |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
16 |
# |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
17 |
# You should have received a copy of the GNU Lesser General Public License along |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
18 |
# with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
19 |
"""unit tests for i18n messages generator""" |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
20 |
|
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
21 |
import os, os.path as osp |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
22 |
import sys |
10464
5ad491852062
[test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9202
diff
changeset
|
23 |
import subprocess |
9153
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
24 |
|
10464
5ad491852062
[test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9202
diff
changeset
|
25 |
from unittest import TestCase, main |
9153
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
26 |
|
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
27 |
from cubicweb.cwconfig import CubicWebNoAppConfiguration |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
28 |
|
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
29 |
DATADIR = osp.join(osp.abspath(osp.dirname(__file__)), 'data') |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
30 |
|
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
31 |
def load_po(fname): |
9200
1ba5961b19dd
[i18n test] load_po: fix bug in case of multi-lines msgid and ensure there are no duplicated messages
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
9153
diff
changeset
|
32 |
"""load a po file and return a set of encountered (msgid, msgctx)""" |
1ba5961b19dd
[i18n test] load_po: fix bug in case of multi-lines msgid and ensure there are no duplicated messages
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
9153
diff
changeset
|
33 |
msgs = set() |
1ba5961b19dd
[i18n test] load_po: fix bug in case of multi-lines msgid and ensure there are no duplicated messages
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
9153
diff
changeset
|
34 |
msgid = msgctxt = None |
9153
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
35 |
for line in open(fname): |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
36 |
if line.strip() in ('', '#'): |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
37 |
continue |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
38 |
if line.startswith('msgstr'): |
9200
1ba5961b19dd
[i18n test] load_po: fix bug in case of multi-lines msgid and ensure there are no duplicated messages
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
9153
diff
changeset
|
39 |
assert not (msgid, msgctxt) in msgs |
1ba5961b19dd
[i18n test] load_po: fix bug in case of multi-lines msgid and ensure there are no duplicated messages
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
9153
diff
changeset
|
40 |
msgs.add( (msgid, msgctxt) ) |
1ba5961b19dd
[i18n test] load_po: fix bug in case of multi-lines msgid and ensure there are no duplicated messages
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
9153
diff
changeset
|
41 |
msgid = msgctxt = None |
9153
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
42 |
elif line.startswith('msgid'): |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
43 |
msgid = line.split(' ', 1)[1][1:-1] |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
44 |
elif line.startswith('msgctx'): |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
45 |
msgctxt = line.split(' ', 1)[1][1: -1] |
9200
1ba5961b19dd
[i18n test] load_po: fix bug in case of multi-lines msgid and ensure there are no duplicated messages
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
9153
diff
changeset
|
46 |
elif msgid is not None: |
1ba5961b19dd
[i18n test] load_po: fix bug in case of multi-lines msgid and ensure there are no duplicated messages
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
9153
diff
changeset
|
47 |
msgid += line[1:-1] |
1ba5961b19dd
[i18n test] load_po: fix bug in case of multi-lines msgid and ensure there are no duplicated messages
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
9153
diff
changeset
|
48 |
elif msgctxt is not None: |
1ba5961b19dd
[i18n test] load_po: fix bug in case of multi-lines msgid and ensure there are no duplicated messages
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
9153
diff
changeset
|
49 |
msgctxt += line[1:-1] |
1ba5961b19dd
[i18n test] load_po: fix bug in case of multi-lines msgid and ensure there are no duplicated messages
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
9153
diff
changeset
|
50 |
return msgs |
9153
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
51 |
|
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
52 |
|
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
53 |
class cubePotGeneratorTC(TestCase): |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
54 |
"""test case for i18n pot file generator""" |
9200
1ba5961b19dd
[i18n test] load_po: fix bug in case of multi-lines msgid and ensure there are no duplicated messages
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
9153
diff
changeset
|
55 |
|
9153
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
56 |
def test_i18ncube(self): |
10464
5ad491852062
[test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9202
diff
changeset
|
57 |
env = os.environ.copy() |
5ad491852062
[test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9202
diff
changeset
|
58 |
env['CW_CUBES_PATH'] = osp.join(DATADIR, 'cubes') |
5ad491852062
[test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9202
diff
changeset
|
59 |
if 'PYTHONPATH' in env: |
5ad491852062
[test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9202
diff
changeset
|
60 |
env['PYTHONPATH'] += os.pathsep |
5ad491852062
[test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9202
diff
changeset
|
61 |
else: |
5ad491852062
[test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9202
diff
changeset
|
62 |
env['PYTHONPATH'] = '' |
5ad491852062
[test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9202
diff
changeset
|
63 |
env['PYTHONPATH'] += DATADIR |
5ad491852062
[test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9202
diff
changeset
|
64 |
cwctl = osp.abspath(osp.join(osp.dirname(__file__), '../../bin/cubicweb-ctl')) |
5ad491852062
[test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9202
diff
changeset
|
65 |
with open(os.devnull, 'w') as devnull: |
5ad491852062
[test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9202
diff
changeset
|
66 |
subprocess.check_call([sys.executable, cwctl, 'i18ncube', 'i18ntestcube'], |
5ad491852062
[test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9202
diff
changeset
|
67 |
env=env, stdout=devnull) |
9153
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
68 |
cube = osp.join(DATADIR, 'cubes', 'i18ntestcube') |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
69 |
msgs = load_po(osp.join(cube, 'i18n', 'en.po.ref')) |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
70 |
newmsgs = load_po(osp.join(cube, 'i18n', 'en.po')) |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
71 |
self.assertEqual(msgs, newmsgs) |
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
72 |
|
10464
5ad491852062
[test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9202
diff
changeset
|
73 |
|
9153
bc1b8e77d6ce
[test/devctl] add a test case for i18ncube command
David Douard <david.douard@logilab.fr>
parents:
diff
changeset
|
74 |
if __name__ == '__main__': |
10464
5ad491852062
[test] Fix unittest_i18n to run properly with "pytest -t" (closes #5576169)
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9202
diff
changeset
|
75 |
main() |