Skip to content

Commit a5d77e0

Browse files
committed
fixed failing test
1 parent e82e3d8 commit a5d77e0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/test_ellar_commands/test_new_command.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ 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(_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",
62-
"application": "ellar_project_new.server:application",
63-
"config": "ellar_project_new.config:DevelopmentConfig",
64-
"root_module": "ellar_project_new.root_module:ApplicationModule",
65-
}
6657

6758

6859
def test_new_command_fails_case_1(tmpdir, process_runner):

0 commit comments

Comments
 (0)