|
From: Alan G. I. <ala...@gm...> - 2023-01-16 23:00:34
|
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)
|