From b72e2704022d889f116e49abf3e1e5d3e3192d3b Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 6 Jun 2010 01:00:12 +0200 Subject: Improved pool design and started rough implementation, top down to learn while going. Tests will be written soon for verification, its still quite theoretical --- test/git/async/test_graph.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/git/async/test_graph.py (limited to 'test/git/async/test_graph.py') 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 -- cgit v1.2.1