Skip to content

Commit e82e3d8

Browse files
committed
ci test debug
1 parent 95804f1 commit e82e3d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_ellar_commands/test_new_command.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def test_new_command_works_with_specific_directory_case_3(tmpdir, process_runner
5454
"ellar --project ellar_project_new runserver --reload"
5555
in result.stdout.decode("utf8")
5656
)
57-
os.chdir(os.path.join(_path))
57+
os.chdir(_path)
58+
print(os.listdir(_path))
5859
ellar_cli_service = EllarCLIService.import_project_meta()
5960
assert ellar_cli_service._meta.dict() == {
6061
"project_name": "ellar_project_new",

0 commit comments

Comments
 (0)