CI: rename some tests to avoid duplicated test names

This commit is contained in:
Chen Yudong
2022-03-11 18:34:44 +08:00
parent 61c68b7f4d
commit 4dc74c9c42
9 changed files with 15 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ from pytest_embedded import Dut
'history',
'nohistory',
], indirect=True)
def test_console_advanced(config: str, dut: Dut) -> None:
def test_console_basic(config: str, dut: Dut) -> None:
if config == 'history':
dut.expect('Command history enabled')
elif config == 'nohistory':