spelling: rootpath
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
57f9adcde0
commit
07268b5b51
|
@ -217,7 +217,7 @@ class TestParseIni:
|
||||||
|
|
||||||
def test_confcutdir_default_without_configfile(self, pytester: Pytester) -> None:
|
def test_confcutdir_default_without_configfile(self, pytester: Pytester) -> None:
|
||||||
# If --confcutdir is not specified, and there is no configfile, default
|
# If --confcutdir is not specified, and there is no configfile, default
|
||||||
# to the roothpath.
|
# to the rootpath.
|
||||||
sub = pytester.mkdir("sub")
|
sub = pytester.mkdir("sub")
|
||||||
os.chdir(sub)
|
os.chdir(sub)
|
||||||
config = pytester.parseconfigure()
|
config = pytester.parseconfigure()
|
||||||
|
|
Loading…
Reference in New Issue