asfaltboy / SublimeTestPlier

run python tests quickly from within a project
https://packagecontrol.io/packages/Test%20Plier
MIT License
10 stars 4 forks source link

Tests fail to run due to improper relative imports #3

Closed asfaltboy closed 8 years ago

asfaltboy commented 8 years ago

We should at least skip / comment out those failing tests until we can resolve this.

yprez commented 8 years ago

This happens because Python doesn't know how to handle the dashes in the directory name (Sublime-Test-Plier), so it doesn't see it as a package.

Renaming the dir to "SublimeTestPlier" fixes it locally. I think renaming the Github project will fix the the travis build.

asfaltboy commented 8 years ago

You, my good sir, are a gentleman! Check the updated badge for the green delight !! :green_heart: