Re: PR 3774 completes the 6.7.8 code base

2024-02-05 Thread Thomas Passin
OK, doing it that way on XUbuntu gave no errors but many more skipped tests 
than on Windows (Windows skipped two importer tests):

905 passed, 26 skipped in 8.59s

On Sunday, February 4, 2024 at 6:21:18 PM UTC-5 Edward K. Ream wrote:

> On Saturday, February 3, 2024 at 9:00:57 AM UTC-6 Thomas wrote:
>
> On Windows 10, Python 3.12 -
>
>  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 test class 'TestCmdr' ...
>
>
> leo\plugins\leo_babel\tests\lib_test.py appears to be a bespoke unit 
> testing framework.
>
> I have no intention of diving into those weeds, so I'm going to close 
> #3778 . 
>
> To run Leo's unit tests with pytest do pytest leo\unittests, *not* pytest 
> leo.
>
> Edward
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/3d4fe0c3-d07c-4925-820c-f2b9cdb165abn%40googlegroups.com.


Re: PR 3774 completes the 6.7.8 code base

2024-02-05 Thread Thomas Passin
On my Manjaro VM only three were skipped - one importer, one speller, one 
in leoAst.

928 passed, 3 skipped in 11.53s

I wonder if something isn't installed on the XUBuntu VM, like a language or 
something else outside of Leo itself.
On Monday, February 5, 2024 at 1:09:34 PM UTC-5 Thomas Passin wrote:

> OK, doing it that way on XUbuntu gave no errors but many more skipped 
> tests than on Windows (Windows skipped two importer tests):
>
> 905 passed, 26 skipped in 8.59s
>
> On Sunday, February 4, 2024 at 6:21:18 PM UTC-5 Edward K. Ream wrote:
>
>> On Saturday, February 3, 2024 at 9:00:57 AM UTC-6 Thomas wrote:
>>
>> On Windows 10, Python 3.12 -
>>
>>  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 test class 'TestCmdr' ...
>>
>>
>> leo\plugins\leo_babel\tests\lib_test.py appears to be a bespoke unit 
>> testing framework.
>>
>> I have no intention of diving into those weeds, so I'm going to close 
>> #3778 . 
>>
>> To run Leo's unit tests with pytest do pytest leo\unittests, *not* pytest 
>> leo.
>>
>> Edward
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/b8cb8767-d421-48a0-a79f-4bd296006a54n%40googlegroups.com.


Re: PR 3774 completes the 6.7.8 code base

2024-02-05 Thread Edward K. Ream
On Mon, Feb 5, 2024 at 12:09 PM Thomas Passin  wrote:

> OK, doing it that way on XUbuntu gave no errors but many more skipped
> tests than on Windows (Windows skipped two importer tests):
>
> 905 passed, 26 skipped in 8.59s
>

Thanks for your testing.

The skipped tests reveal missing modules. To see the requirements, do a cff
on "skipTest".  Heh, I see there are several tests for Python 3.8 and
lower.

Leo 6.7.8 will use compute requirements using pip freeze > requirements.txt.
Doing so should ensure fewer skipped tests. See the checklist in PR #3775
.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS2AxLvsVJR%2B5EqfgQehnLH6Euv2KzYLRzN1jRp4-sX6LA%40mail.gmail.com.