Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6876e35 commit ec39088Copy full SHA for ec39088
test/test_modules.py
@@ -32,7 +32,7 @@ def test_methods(self):
32
res = getattr(etherscan, fun)(**v["kwargs"])
33
print(f"METHOD: {fun}, RTYPE: {type(res)}")
34
# Create log files (will update existing ones)
35
- fname = f"logs/{fun}.json"
+ fname = f"logs/standard/{fun}.json"
36
log = {
37
"method": fun,
38
"module": v["module"],
0 commit comments