summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-11-12 17:48:03 +0100
committerGuido Günther <agx@sigxcpu.org>2017-11-12 17:48:03 +0100
commitb775e36d5589b1ab0ce429c76ad4b68c5b476a95 (patch)
treebe5ea6cfa182f02bdfe6cc124e5ec8f4902e0598
parentdcf3e4f704285c7df84c425eb0fd8c3fecbc98c2 (diff)
tests: Use 09_test_write_tree for more GitRepository tests
There are some tests that aren't nice to read as doctest. Use this file for tests like this regarding GitRepository. Gbp-Dch: Ignore
-rw-r--r--tests/09_test_git_repository.py (renamed from tests/09_test_write_tree.py)7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/09_test_write_tree.py b/tests/09_test_git_repository.py
index d95440b1..8d9eeceb 100644
--- a/tests/09_test_write_tree.py
+++ b/tests/09_test_git_repository.py
@@ -1,6 +1,11 @@
# vim: set fileencoding=utf-8 :
-"""Test L{GitRepository}'s write_tree method"""
+"""
+Test L{GitRepository}
+
+Test things here that don't fit nicely into the doctests that
+also make up the API documentation.
+"""
from __future__ import print_function