> #1274 <https://github.com/leo-editor/leo-editor/issues/1274> recommends > that leoQt.py should return None for everything when in g.in_bridge is true. > > That can easily be done by setting fail = g.in_bridge at the start of > leoQt.py. However, the code presently is: > > fail = False > # New for TravisCI tests: allow imports from the Leo Bridge. > > so I suspect the proposed change would cause TravisCI to barf. >
Hmmm. Is that there because Travis would barf, or is it from a desire to have Travis run complete unit tests and report on them? I think the only time travis failing is a real problem is when we want a release published. -matt -- 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/a213dd6e-7fa7-4897-857b-824262c013bd%40googlegroups.com.
