Skip to content

Commit c4a4e5a

Browse files
author
Kotsias, Panagiotis-Christos
committed
Removed status
1 parent fdd3d73 commit c4a4e5a

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
for fun, v in config.items():
23-
if not fun.startswith("_"):
23+
if not fun.startswith("_"): # disabled if _
2424
if v["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
class TestAccounts(Case):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy