Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc4a4e5a

Browse files
author
Kotsias, Panagiotis-Christos
committed
Removed status
1 parentfdd3d73 commitc4a4e5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎test/test_modules.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ def test_methods(self):
2020
config=load(_CONFIG_PATH)
2121
client=Client.from_config(_CONFIG_PATH,_API_KEY)
2222
forfun,vinconfig.items():
23-
ifnotfun.startswith("_"):
23+
ifnotfun.startswith("_"):# disabled if _
2424
ifv["module"]==self._MODULE:
25-
res,status,msg=getattr(client,fun)(**v["kwargs"])
26-
print(f"METHOD:{fun}, RTYPE:{type(res)}, STATUS:{status}")
25+
res,_=getattr(client,fun)(**v["kwargs"])
26+
print(f"METHOD:{fun}, RTYPE:{type(res)}")
2727

2828

2929
classTestAccounts(Case):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp