mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Finish annotating test-backend.
This commit is contained in:
@@ -80,6 +80,7 @@ if __name__ == "__main__":
|
|||||||
args[args.index(suite)] = suite.rstrip('/').replace("/", ".")
|
args[args.index(suite)] = suite.rstrip('/').replace("/", ".")
|
||||||
|
|
||||||
def rewrite_arguments(search_key):
|
def rewrite_arguments(search_key):
|
||||||
|
# type: (str) -> None
|
||||||
for file_name in os.listdir(zerver_test_dir):
|
for file_name in os.listdir(zerver_test_dir):
|
||||||
if file_name.endswith(".py"):
|
if file_name.endswith(".py"):
|
||||||
filepath = zerver_test_dir + file_name
|
filepath = zerver_test_dir + file_name
|
||||||
|
|||||||
Reference in New Issue
Block a user