smartpush 2.1.3__py3-none-any.whl → 2.1.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
smartpush/crowd/crowd.py CHANGED
@@ -74,10 +74,10 @@ class Crowd(CrowdRequestBase):
74
74
  time.sleep(sleep)
75
75
  crowd_persons = self.callCrowdPersonListInPackage()
76
76
  if expected_ids is not None:
77
- crowd_person_uids = [person["uid"] for person in crowd_persons["responseResult"]]
77
+ crowd_person_ids = [person["id"] for person in crowd_persons["responseResult"]]
78
78
  print("expected_ids", expected_ids, type(expected_ids))
79
- print("crowd_person_uids", crowd_person_uids, type(crowd_person_uids))
80
- result["联系人断言"] = ListDictUtils.check_values_in_list_set(a=expected_ids, b=crowd_person_uids)
79
+ print("crowd_person_ids", crowd_person_ids, type(crowd_person_ids))
80
+ result["联系人断言"] = ListDictUtils.check_values_in_list_set(a=expected_ids, b=crowd_person_ids)
81
81
  else:
82
82
  result["联系人断言"] = [True, "接口返回正常"]
83
83
  return result
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smartpush
3
- Version: 2.1.3
3
+ Version: 2.1.4
4
4
  Summary: 用于smartpush自动化测试工具包
5
5
  Author: lulu、felix、long
6
6
 
@@ -9,7 +9,7 @@ smartpush/base/url_enum.py,sha256=47XCczKEvTcO6Ap4VbEfV7K_S0t2xu3O434sHqwycE4,28
9
9
  smartpush/contacts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  smartpush/contacts/contacts.py,sha256=JssmzyHmFF6TeIKpFH6VvGC5abBXOzkSwZrAWA8v8a8,1718
11
11
  smartpush/crowd/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
- smartpush/crowd/crowd.py,sha256=IAwzmAsYe4hNM_CqNXMs4bUmLqeR7bOaobBA8jTf4ao,10787
12
+ smartpush/crowd/crowd.py,sha256=T-TixGaa_1CkE5RVGiGPtv-pq9pat7cX5YCoPq-xnpk,10781
13
13
  smartpush/email/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  smartpush/email/activity.py,sha256=rQ62GIfg0Yh0fFkwiaRIVATBn5vY1wZzbLEJLwHmx1E,10016
15
15
  smartpush/email/schema.py,sha256=mysik-N6cry4HuSxzMMhQFsnnu5_UJ_oqVPTGY1RUkQ,31471
@@ -37,7 +37,7 @@ smartpush/utils/StringUtils.py,sha256=n8mo9k0JQN63MReImgv-66JxmmymOGknR8pH2fkQrA
37
37
  smartpush/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
38
  smartpush/utils/date_utils.py,sha256=Xgx2DbmWYri71xXBiaKYTZDeh2a8MFhYns_xB0U2JOA,13159
39
39
  smartpush/utils/form_utils.py,sha256=ld-g_Dm_ZlnagQt7imYfUc87bcBRVlTctywuLtzmjXQ,849
40
- smartpush-2.1.3.dist-info/METADATA,sha256=P0DMMKDLIijn5-ENVHcsRux4cBQQoXxV2PR5iopxUSc,131
41
- smartpush-2.1.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
42
- smartpush-2.1.3.dist-info/top_level.txt,sha256=5_CXqu08EfbPaKLjuSAOAqCmGU6shiatwDU_ViBGCmg,10
43
- smartpush-2.1.3.dist-info/RECORD,,
40
+ smartpush-2.1.4.dist-info/METADATA,sha256=N6bId6a4Hnp9tkRRCFsAPOc805HBAGYlKHaDQG76kXo,131
41
+ smartpush-2.1.4.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
42
+ smartpush-2.1.4.dist-info/top_level.txt,sha256=5_CXqu08EfbPaKLjuSAOAqCmGU6shiatwDU_ViBGCmg,10
43
+ smartpush-2.1.4.dist-info/RECORD,,