mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +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("/", ".")
|
||||
|
||||
def rewrite_arguments(search_key):
|
||||
# type: (str) -> None
|
||||
for file_name in os.listdir(zerver_test_dir):
|
||||
if file_name.endswith(".py"):
|
||||
filepath = zerver_test_dir + file_name
|
||||
|
||||
Reference in New Issue
Block a user