Your Name 3 gadi atpakaļ
vecāks
revīzija
8c8f20a94e
1 mainītis faili ar 6 papildinājumiem un 4 dzēšanām
  1. 6 4
      hhh/tests/phantomtest.py

+ 6 - 4
hhh/tests/phantomtest.py

@@ -176,6 +176,8 @@ for r in result:
     qlist.append(fullname)
     qlist.append(fullname+"設計師")
     qlist.append(abvname+"設計師")
+    qlist.append(abvname+"費用")
+    qlist.append(abvname+"評價")
     qlist.append("幸福空間"+abvname)
     for d in ds:
 #        qlist.append(d+"設計師")
@@ -240,10 +242,10 @@ driver.set_window_size(1400,1000)
 
 while True:
     q=random.choice(qlist)
-    prob=random.randint(0,3)
+    prob=random.randint(0,4)
 #    prob=random.randint(0,2)
 
-    if prob !=0:
+    if prob <=1:
     #    q=qlist[0]
         print(q)
         process_query(q)
@@ -251,8 +253,8 @@ while True:
     else:
         empty_query(q)
     #    intsleep=random.randint(20,40)
-#    intsleep=random.randint(10,20)
-    intsleep=random.randint(5,12)
+    intsleep=random.randint(7,20)
+#    intsleep=random.randint(5,12)
 #    intsleep=random.randint(3,6)
 
     time.sleep(intsleep)