We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95804f1 commit e82e3d8Copy full SHA for e82e3d8
1 file changed
tests/test_ellar_commands/test_new_command.py
@@ -54,7 +54,8 @@ def test_new_command_works_with_specific_directory_case_3(tmpdir, process_runner
54
"ellar --project ellar_project_new runserver --reload"
55
in result.stdout.decode("utf8")
56
)
57
- os.chdir(os.path.join(_path))
+ os.chdir(_path)
58
+ print(os.listdir(_path))
59
ellar_cli_service = EllarCLIService.import_project_meta()
60
assert ellar_cli_service._meta.dict() == {
61
"project_name": "ellar_project_new",
0 commit comments