Hello Edward,
I updated my local 'devel' branch, ran the unit-tests & received the following traceback:
###
................s.........
======================================================================
FAIL: test_g_relativeDirectory (leo.unittests.core.test_leoGlobals.TestGlobals.test_g_relativeDirectory)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/unittests/core/test_leoGlobals.py", line 712, in test_g_relativeDirectory
self.assertEqual(actual, expected)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
AssertionError: '../folder2/test3.py' != '..\\folder2\\test3.py'
- ../folder2/test3.py
? ^ ^
+ ..\folder2\test3.py
? ^ ^
----------------------------------------------------------------------
Ran 936 tests in 13.565s
FAILED (failures=1, skipped=4)
(Leo) [user@fedora-leo-study-vm leo-editor]$
###
With kind regards,
Viktor