Re: Please test Leo's options code in devel

2023-06-18 Thread Félix
back, on windows I tried with python 3.9.6, this gives me a single test fail: == FAIL: test_TryStar (leo.unittests.core.test_leoAst.TestTOG) -- Traceback (most

Re: Please test Leo's options code in devel

2023-06-18 Thread Félix
I pulled latest devel on my *windows* 10 machine, All tests pass on* python 3.11.* I then pulled the latest devel on my *linux* machine. tested in *python 3.9 and 3.10.* they both give the same two failed tests: == FAIL:

Re: Please test Leo's options code in devel

2023-06-18 Thread Thomas Passin
Python 3.10 on Ubuntu: === warnings summary === leo/plugins/leo_babel/tests/lib_test.py:118 /home/tom/git/leo-editor/leo/plugins/leo_babel/tests/lib_test.py:118: PytestCollectionWarning: cannot collect test class 'TestCmdr' because it

Re: Please test Leo's options code in devel

2023-06-18 Thread Thomas Passin
Python 3.9 on Linux Mint: === warnings summary === leo/plugins/leo_babel/tests/lib_test.py:118 /home/tom/git/leo-editor/leo/plugins/leo_babel/tests/lib_test.py:118: PytestCollectionWarning: cannot collect test class 'TestCmdr' because

Re: Please test Leo's options code in devel

2023-06-18 Thread Thomas Passin
Python 3.11 on Manjaro Linux: warnings summary leo/plugins/leo_babel/tests/lib_test.py:118 /home/tom/git/leo-editor/leo/plugins/leo_babel/tests/lib_test.py:118: PytestCollectionWarning: cannot collect test class

Re: Please test Leo's options code in devel

2023-06-18 Thread Thomas Passin
On Windows 10, python 3.11, pytest passes all tests. python 3.10: warnings summary leo\plugins\leo_babel\tests\lib_test.py:118 C:\Tom\git\leo-editor\leo\plugins\leo_babel\tests\lib_test.py:118: PytestCollectionWarning: cannot collect

Re: Please test Leo's options code in devel

2023-06-18 Thread Edward K. Ream
On Sun, Jun 18, 2023 at 3:12 PM Félix wrote: Please review PR #3398 . I've tested it on ubuntu and windows. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this

Re: Please test Leo's options code in devel

2023-06-18 Thread Edward K. Ream
On Sun, Jun 18, 2023 at 3:12 PM Félix wrote: > ... single test now fails under python 3.9 [and 3.10]... Also, under linux, an additional test fails. Thanks for the testing! I'll fix these immediately. In other news, on leojs side of things, I went from 37 failing tests last > week, to two (2)

Please test Leo's options code in devel

2023-06-18 Thread Edward K. Ream
The latest revisions: 1. PR #3393 , merged last night. TestLeoImport.test_recursive_import has been improved: - The test uses a non-existent directory as the "dir_" arg, which should ensure that the test will work on any installation. - The