summaryrefslogtreecommitdiff
path: root/test/git/async/test_graph.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/async/test_graph.py')
-rw-r--r--test/git/async/test_graph.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/git/async/test_graph.py b/test/git/async/test_graph.py
new file mode 100644
index 00000000..18d6997c
--- /dev/null
+++ b/test/git/async/test_graph.py
@@ -0,0 +1,10 @@
+"""Channel testing"""
+from test.testlib import *
+from git.async.graph import *
+
+import time
+
+class TestGraph(TestBase):
+
+ def test_base(self):
+ pass