Loading load_check.py +4 −2 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
load_check.py +4 −2 Original line number Diff line number Diff line Loading @@ -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. Loading