Kaydet (Commit) e0da9fcf authored tarafından Benjamin Peterson's avatar Benjamin Peterson

3.x is the new trunk

üst ead883a3
...@@ -48,7 +48,7 @@ class CurrentTimeTest(unittest.TestCase): ...@@ -48,7 +48,7 @@ class CurrentTimeTest(unittest.TestCase):
# Perform a minimal sanity check on the result, just to be sure # Perform a minimal sanity check on the result, just to be sure
# the request means what we think it means. # the request means what we think it means.
self.assertTrue(isinstance(builders, collections.Sequence), type(builders)) self.assertTrue(isinstance(builders, collections.Sequence), type(builders))
self.assertTrue([x for x in builders if "trunk" in x], builders) self.assertTrue([x for x in builders if "3.x" in x], builders)
def test_main(): def test_main():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment