Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: simplify test
Browse files Browse the repository at this point in the history
renaudjester committed Oct 11, 2024
1 parent 01a7314 commit bfd1fdf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_login.py
Original file line number Diff line number Diff line change
@@ -85,9 +85,6 @@ def test_login_is_prompt_when_configuration_file_doest_not_exist(
assert b"Copernicus Marine username:" in self.output.stdout

def test_login_command_prompt_with_other_commands(self, tmp_path):
self.check_credentials_username_specified_password_prompt(tmp_path)

def check_credentials_username_specified_password_prompt(self, tmp_path):
assert os.getenv("COPERNICUSMARINE_SERVICE_USERNAME") is not None
assert os.getenv("COPERNICUSMARINE_SERVICE_PASSWORD") is not None

0 comments on commit bfd1fdf

Please sign in to comment.