Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
9a7338e5
Commit
9a7338e5
authored
Nov 20, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove 'eo' artifacts when doing common/lib test runs
parent
62d129c7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
.gitignore
+2
-0
pavelib/i18n.py
+2
-0
pavelib/tests.py
+3
-0
No files found.
.gitignore
View file @
9a7338e5
...
...
@@ -41,6 +41,8 @@ conf/locale/en/LC_MESSAGES/*.po
conf/locale/en/LC_MESSAGES/*.mo
conf/locale/fake*/LC_MESSAGES/*.po
conf/locale/fake*/LC_MESSAGES/*.mo
conf/locale/eo/LC_MESSAGES/*.po
conf/locale/eo/LC_MESSAGES/*.mo
conf/locale/messages.mo
### Testing artifacts
...
...
pavelib/i18n.py
View file @
9a7338e5
...
...
@@ -191,6 +191,8 @@ def i18n_robot_pull():
if
con
.
lower
()
==
'y'
:
sh
(
'git add conf/locale'
)
# Explicitly add dummy translations
sh
(
'git add -f conf/locale/eo/'
)
sh
(
'git commit --message="Update translations '
...
...
pavelib/tests.py
View file @
9a7338e5
...
...
@@ -103,6 +103,9 @@ def test_lib(options):
test_suite
=
suites
.
PythonTestSuite
(
'python tests'
,
subsuites
=
lib_tests
,
**
opts
)
test_suite
.
run
()
# Clear the Esperanto directory of any test artifacts
sh
(
'git checkout conf/locale/eo'
)
@task
@needs
(
...
...
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