summaryrefslogtreecommitdiff
path: root/test/lib
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-07-19 16:59:30 +0100
committerYobmod <yobmod@gmail.com>2021-07-19 16:59:30 +0100
commit454576254b873b7ebc45bb30846e5831dc2d8817 (patch)
tree853ad35953091faf2b0380793166fc420f1de102 /test/lib
parent6609ef7c3b5bb840dba8d0a5362e67746761a437 (diff)
downloadgitpython-454576254b873b7ebc45bb30846e5831dc2d8817.tar.gz
rmv python 3.5 checks from tests
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/helper.py b/test/lib/helper.py
index 3412786d..5dde7b04 100644
--- a/test/lib/helper.py
+++ b/test/lib/helper.py
@@ -336,7 +336,7 @@ class TestBase(TestCase):
- Class level repository which is considered read-only as it is shared among
all test cases in your type.
Access it using::
- self.rorepo # 'ro' stands for read-only
+ self.rorepo # 'ro' stands for read-only
The rorepo is in fact your current project's git repo. If you refer to specific
shas for your objects, be sure you choose some that are part of the immutable portion