Finish annotating test-backend.

This commit is contained in:
Tim Abbott
2016-10-15 22:23:50 -07:00
parent 58a8934a86
commit 75daba345a

View File

@@ -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