limetext / lime

Open source API-compatible alternative to the text editor Sublime Text
http://limetext.github.io
BSD 2-Clause "Simplified" License
15.3k stars 1.06k forks source link

Vintageous test suite isn't actually running #470

Closed quarnster closed 8 years ago

quarnster commented 9 years ago

See https://github.com/limetext/lime/pull/468#issuecomment-66184398

zoli commented 9 years ago

Are all of them running now after b418b6e42d4f257262ba0602b4363ee79008971f?

quarnster commented 9 years ago

Can't say as python refuses to link on my system at the moment and I'm not able to look into why.

If you run it with go test -v it should output something like "Ran xxx tests" or something in a "Python sez". If you see that it should be good.

Before closing this issue, we should figure out a way to check that the tests actually ran. Right now sublime_test.go only checks for the absence of a view with the text "FAILED" in it, but if no tests ran at all that will also hold true...

zoli commented 9 years ago

Currently all Vintageous test suits are running will keep this open until figuring out a way to check that the tests actually ran.