Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1035)

Unified Diff: infra/tools/new_tool/templates/tool.template

Issue 1172053003: Created infra/tools/new_tool (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: More tests Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « infra/tools/new_tool/templates/test.template ('k') | infra/tools/new_tool/test/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/tools/new_tool/templates/tool.template
diff --git a/infra/tools/antibody/antibody.py b/infra/tools/new_tool/templates/tool.template
similarity index 56%
copy from infra/tools/antibody/antibody.py
copy to infra/tools/new_tool/templates/tool.template
index 09968a588556412639d8b00316119baf12c48885..27997952d8b8529d42447a7a3b10de6a162bafc7 100644
--- a/infra/tools/antibody/antibody.py
+++ b/infra/tools/new_tool/templates/tool.template
@@ -1,8 +1,4 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-"""Testable functions for Antibody."""
+"""Testable functions for {Toolname}."""
import logging
« no previous file with comments | « infra/tools/new_tool/templates/test.template ('k') | infra/tools/new_tool/test/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698