File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- from . import config # noqa
1+ from . import config , _util # noqa
File renamed without changes.
Original file line number Diff line number Diff line change 11import os
22
3- from ._util import loadfixture
3+ from .. _util import loadfixture
44
5- unexpanded_yaml = loadfixture ('expand2-unexpanded.yaml' )
6- expanded_yaml = loadfixture ('expand2-expanded.yaml' ).format (
5+ unexpanded_yaml = loadfixture ('config/ expand2-unexpanded.yaml' )
6+ expanded_yaml = loadfixture ('config/ expand2-expanded.yaml' ).format (
77 HOME = os .path .expanduser ('~' )
88)
Original file line number Diff line number Diff line change 1- from ._util import loadfixture
1+ from .. _util import loadfixture
22
3- before = loadfixture ("shell_command_before_session.yaml" )
4- expected = loadfixture ("shell_command_before_session-expected.yaml" )
3+ before = loadfixture ("config/ shell_command_before_session.yaml" )
4+ expected = loadfixture ("config/ shell_command_before_session-expected.yaml" )
You canβt perform that action at this time.
0 commit comments