commit | 87deaefd86e14518635cf69d8318a38dacf656ab | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@google.com> | Fri Jul 26 21:14:55 2019 -0400 |
committer | David Pursehouse <dpursehouse@collab.net> | Thu Aug 01 03:03:48 2019 +0000 |
tree | fb18326d8d0b58a255e5a2a7a9e1774ef47415ef | |
parent | 5fbd1c6053471367c978d484764f555302215834 [diff] [blame] |
tests: add docstrings & print_function (for Python 3) Bug: https://crbug.com/gerrit/10418 Change-Id: Id98183597a9b0201ca98ec0bf5033a5f5ac6bda2 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/232892 Tested-by: Mike Frysinger <vapier@google.com> Reviewed-by: David Pursehouse <dpursehouse@collab.net>
diff --git a/tests/test_git_command.py b/tests/test_git_command.py index 2ed8496..928eb40 100644 --- a/tests/test_git_command.py +++ b/tests/test_git_command.py
@@ -14,6 +14,10 @@ # See the License for the specific language governing permissions and # limitations under the License. +"""Unittests for the git_command.py module.""" + +from __future__ import print_function + import unittest import git_command