mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-python/testrepository: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
From d3d6cac4fd42f2067c0dd81be748853f81c348fc Mon Sep 17 00:00:00 2001
|
||||
From: Robert Collins <robertc@robertcollins.net>
|
||||
Date: Sun, 12 Jul 2015 21:37:34 +1200
|
||||
Subject: [PATCH] Fix 3.3+ tests with nested classnames.
|
||||
|
||||
--- a/testrepository/tests/ui/test_cli.py
|
||||
+++ b/testrepository/tests/ui/test_cli.py
|
||||
@@ -157,7 +157,7 @@ def method(self):
|
||||
self.assertThat(ui._stdout.buffer.getvalue().decode('utf8'),
|
||||
DocTestMatches("""\
|
||||
======================================================================
|
||||
-FAIL: testrepository.tests.ui.test_cli.Case.method
|
||||
+FAIL: testrepository.tests.ui.test_cli...Case.method
|
||||
----------------------------------------------------------------------
|
||||
...Traceback (most recent call last):...
|
||||
File "...test_cli.py", line ..., in method
|
||||
Reference in New Issue
Block a user