andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Unit test failures in test_preview.py on Windows #186

Closed bjones1 closed 10 years ago

bjones1 commented 10 years ago

While qutepart 1.3.0 works just fine, the next qutepart commit (a8615314acc0de9d48d30e987d3ebfa65f1d9d2b) causes test_preview.py to fail with errors.

I did a bit of looking on the Enki side, and I get stuck when calling core.actionManager().action('mView/aPreview').trigger() in _showDock with "AttributeError: 'NoneType' object has no attribute 'trigger'", suggesting that preivew/__init__.py was never constructed. Any ideas?

andreikop commented 10 years ago

Do you use both Qutepart and Enki latest master?

bjones1 commented 10 years ago

I'm testing with Enki v14.03 tag, qutepart master (head). I backed up in qutepart until I found a version (1.3.0 tag) which works with Enki v14.03.

andreikop commented 10 years ago

v14.03 works with 1.3.0 but not with master. I'll probably release v14.04 which will work with 1.4.0

On Fri, Mar 21, 2014 at 6:16 PM, bjones1 notifications@github.com wrote:

I'm testing with Enki v14.03 tag, qutepart master (head). I backed up in qutepart until I found a version (1.3.0 tag) which works with Enki v14.03.

— Reply to this email directly or view it on GitHubhttps://github.com/hlamer/enki/issues/186#issuecomment-38285914 .

bjones1 commented 10 years ago

OK, thanks -- sorry for the confusion. I'll test.

andreikop commented 10 years ago

Btw, you are welcome on irc.freenode.net #enki. I'm there sometimes and available for quicker responses

On Fri, Mar 21, 2014 at 6:18 PM, bjones1 notifications@github.com wrote:

OK, thanks -- sorry for the confusion. I'll test.

— Reply to this email directly or view it on GitHubhttps://github.com/hlamer/enki/issues/186#issuecomment-38286134 .

bjones1 commented 10 years ago

Everything works -- thanks again.