make the container
This commit is contained in:
parent
08d56c87b4
commit
221f1640a5
|
@ -181,6 +181,7 @@ class UnicodeOutputTests(SyncTestCase):
|
||||||
automatic UTF-8 encoding.
|
automatic UTF-8 encoding.
|
||||||
"""
|
"""
|
||||||
working_path = FilePath(self.mktemp())
|
working_path = FilePath(self.mktemp())
|
||||||
|
working_path.makedirs()
|
||||||
script = working_path.child("script.py")
|
script = working_path.child("script.py")
|
||||||
script.setContent(dedent(
|
script.setContent(dedent(
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue