Add failing tests for first part of #213

This commit is contained in:
Takafumi Arakaki
2013-05-21 17:16:40 +02:00
parent c5169b2d66
commit 1a5942364a

View File

@@ -72,6 +72,16 @@ import os
#? ['dirname']
os.path.dirname
#? os.path.join
from os.path import join
from os.path import (
expanduser
)
#? os.path.expanduser
expanduser
from itertools import (tee,
islice)
#? ['islice']