1
# SOME DESCRIPTIVE TITLE.
2
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
# This file is distributed under the same license as the PACKAGE package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9
"Project-Id-Version: PACKAGE VERSION\n"
10
"Report-Msgid-Bugs-To: \n"
11
"POT-Creation-Date: 2014-03-05 10:09+0100\n"
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
"Language-Team: LANGUAGE <LL@li.org>\n"
17
"Content-Type: text/plain; charset=CHARSET\n"
18
"Content-Transfer-Encoding: 8bit\n"
21
#: ../jobs/coverage.txt:2
22
msgid "Erase Coverage Data"
26
#: ../jobs/coverage.txt:3
27
msgid " This job resets coverage data for subsequent jobs."
31
#: ../jobs/coverage.txt:13
32
msgid "Generate code coverage report"
36
#: ../jobs/coverage.txt:14
38
" Generate code coverage report\n"
40
" This job creates a simple text coverage report for the entire project."
44
#: ../jobs/support.txt:2
45
msgid "Create a virtualenv for testing"
49
#: ../jobs/support.txt:3
51
" This job creates a new virtualenv that is required by other tests. This\n"
52
" virtualenv is created in the $PLAINBOX_SESSION_SHARE directory, which is "
54
" temporary directory unique to each testing session."
58
#: ../jobs/tests.txt:2
59
msgid "PlainBox Unit Tests"
63
#: ../jobs/tests.txt:3
65
" Run PlainBox Unit Tests.\n"
67
" This job runs all of the plainbox unit tests. The tests are executed "
69
" automatic coverage and branch analysis.\n"
71
" This test depends on the test that resets coverage data."
75
#: ../jobs/tests.txt:21
76
msgid "PlainBox Integration Tests"
80
#: ../jobs/tests.txt:22
82
" Run PlainBox Integration Tests.\n"
84
" This job runs all of the plainbox \"integration tests\". Integration "
86
" are really mis-named and should eventually be removed and transitioned "
88
" testing all of the providers that live in this project. In practice\n"
89
" integration tests run a set of automated tests on a small subset of the\n"
90
" \"checkbox source\" provider.\n"
92
" This test depends on the test that resets coverage data."
96
msgid "Meta provider that checks the Checkbox project itself with itself!"