Prep for initial language release

This commit is contained in:
Calen Pennington
2014-01-30 21:00:58 -05:00
parent 788ed13b76
commit f5ffc94d16
11 changed files with 135 additions and 56 deletions

View File

@@ -57,7 +57,7 @@ namespace :i18n do
end
desc "Run tests for the internationalization library"
task :test => ["i18n:validate:gettext", "i18n:extract", "i18n:generate"] do
task :test do
test = File.join(REPO_ROOT, "i18n", "tests")
pythonpath_prefix = "PYTHONPATH=#{REPO_ROOT}/i18n:$PYTHONPATH"
sh("#{pythonpath_prefix} nosetests #{test}")