Commit ec270ac3 authored by JunHyung An's avatar JunHyung An
Browse files

Change example about user input account type

parent 2e59eb2b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -26,8 +26,10 @@ class MultipleTest(unittest.TestCase):
        # A list is created to store multiple account configurations.
        self.account_configs = []
        # print("\n[필수 입력] 계정 정보를 한 줄씩 입력하세요. (포맷: 유형 / 아이디, 비번 / 세션 수)")
        print("[필수 입력] 계정유형(1-어드민,2-(지역)관리자,3-사용자) / 계정 접속정보 / 커넥션 비중 (e.g., 1 / monitor, monitor / 4)")
        print("예: 1 / admin, admin / 3")
        print("[필수 입력] 계정유형(1-어드민,2-(지역)관리자,3-사용자) / 계정 접속정보 / 커넥션 비중")
        print("ex) 1 / administrator, administrator / 3")
        print("ex) 2 / watchall, watchall / 3")
        print("ex) 3 / monitor, monitor / 4")
        print("입력을 마치려면 빈 줄에서 엔터키를 누르세요.")

        # A loop reads each line of input until an empty line is entered.