Re: latex writer style sheets

"Alan G. Isaac" <[email protected]> Mon, 16 Jan 2023 18:00:22 -0500
Newsgroups gmane.text.docutils.user
Message-ID <[email protected]>
On 1/16/2023 5:45 PM, Guenter Milde via Docutils-users wrote:
> Could you try with --stylesheet-path and also try running the test suite
> (docutils/tests/alltests.py), please?



Done. I ran into only the following problem:
One test failed in ``alltests.py``. If I understand correctly, the
result is correct, but the expected result needs fixing.
Alan


======================================================================
FAIL: test_find_file_in_dirs (test_utils.HelperFunctionTests.test_find_file_in_dirs)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "D:\software\svn\docutils-code\docutils\test\test_utils.py", line 361, in test_find_file_in_dirs
     self.assertEqual(utils.find_file_in_dirs('alltests.py', dirs),
AssertionError: 'D:/software/svn/docutils-code/docutils/test/alltests.py' != 'D:\\software\\svn\\docutils-code\\docutils\\test\\alltests.py'
- D:/software/svn/docutils-code/docutils/test/alltests.py
?   ^        ^   ^             ^        ^    ^
+ D:\software\svn\docutils-code\docutils\test\alltests.py
?   ^        ^   ^             ^        ^    ^


----------------------------------------------------------------------
Ran 1751 tests in 4.267s

FAILED (failures=1, skipped=2)