Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
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
OpenEdx
ansible
Commits
c0a7f516
Commit
c0a7f516
authored
Dec 09, 2013
by
Matthew Thode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests depend on the default encoding being utf8
So we set the utils default encoding to be utf8
parent
19d4c1ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
test/TestUtils.py
+4
-0
No files found.
test/TestUtils.py
View file @
c0a7f516
...
...
@@ -10,6 +10,10 @@ from nose.plugins.skip import SkipTest
import
ansible.utils
import
ansible.utils.template
as
template2
import
sys
reload
(
sys
)
sys
.
setdefaultencoding
(
"utf8"
)
class
TestUtils
(
unittest
.
TestCase
):
#####################################
...
...
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