Skip unicode docstring test, required when running on Python 2. See . --- a/parameterized/test.py +++ b/parameterized/test.py @@ -284,11 +284,6 @@ " More" %(foo, ) ) - @parameterized.expand([param("foo")]) - def test_unicode_docstring(self, foo): - u"""Döcumentation.""" - self._assert_docstring(u"Döcumentation [with foo=%r]." %(foo, )) - @parameterized.expand([param("foo", )]) def test_default_values_get_correct_value(self, foo, bar=12): """Documentation""" method='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/doc/images/gcc-core-mesboot0-graph.dot
AgeCommit message (Expand)Author
2020-05-22doc: Update 'Bootstrapping' for further binary seed reduction....* doc/images/gcc-core-mesboot0-graph.dot: New image, replacing * doc/images/gcc-mesboot0-bag-graph.dot: ... remove file. * doc/local.mk (DOT_FILES): Update for new image file. * doc/guix.texi (Reduced Binary Seed Bootstrap): Use it in updated description of further reduction of the trusted computing base. Jan Nieuwenhuizen