Skip to content

Commit 4a94136

Browse files
committed
chores: improved code documentation
1 parent a9ec516 commit 4a94136

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lighthouse/axios.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99

1010
class Axios:
11+
"""It's not axios, it's just a custom extensible wrapper for requests"""
12+
1113
def __init__(self, url: str):
1214
self.url = url
1315

tests/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def parse_env():
2121
def run_test():
2222
"""setup test environment and run tests"""
2323
parse_env()
24-
# dt.test_deploy_file()
24+
dt.test_deploy_file()
2525
dt.test_deploy_dir()
2626

2727

0 commit comments

Comments
 (0)