the two test cases were all passed when I (and Edward) execute them. The second one in my opinion should fail.
Thomas Passin <[email protected]> 于 2020年3月1日周日 下午11:42写道: > Maybe you overlooked it because it scrolled way off the screen, but the > output of your test outline, when I ran it, contained this: > > File "D:\Tom\git\leo-editor\leo\core\leoNodes.py", line 1353, in copy > return Position(self.v, self._childIndex, self.stack) > RecursionError: maximum recursion depth exceeded > > I omitted the rest of the stack trace. > > On Sunday, March 1, 2020 at 8:20:34 AM UTC-5, Austin(Xu) Wang wrote: >> >> Strange...please find attached a mini outline file to reproduce. >> Click node "simple test cases collection" and then "Do-@test" button. >> >> Below is the output on my console. >> >> Start of Do @test >> .. >> ---------------------------------------------------------------------- >> Ran 2 tests in 0.013s >> >> OK >> End of Do @test >> >> >> Edward K. Ream <[email protected]> 于2020年3月1日周日 下午6:56写道: >> >>> On Sat, Feb 29, 2020 at 12:32 PM Xu Wang <[email protected]> wrote: >>> >>> > I tried to use run-all-unit-tests-locally command to execute the two >>> test cases, still got same result. The position read by the test case code >>> is not the real current position. >>> >>> Are you sure? I've never had this kind of trouble. >>> >>> Please show the code that appears to have this problem. >>> >>> 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 [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/leo-editor/CAMF8tS3vWN2_BuP8KSau0pnFnTMyu%3D%3DaH4vTmOBOoS12QOidsg%40mail.gmail.com >>> <https://groups.google.com/d/msgid/leo-editor/CAMF8tS3vWN2_BuP8KSau0pnFnTMyu%3D%3DaH4vTmOBOoS12QOidsg%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/leo-editor/1ad68899-ae32-4ad5-9a60-2a6ad72026e7%40googlegroups.com > <https://groups.google.com/d/msgid/leo-editor/1ad68899-ae32-4ad5-9a60-2a6ad72026e7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/CAEpKVv8YaoA8ucW9R7jEeoHV%3DA6FUhagwYYyiPxLOrgViLcesA%40mail.gmail.com.
