Closed domenkozar closed 10 years ago
def test_print(): with os.popen('python -m sqlalchemy_imageattach.version') as pipe: printed_version = pipe.read().strip() > assert printed_version == VERSION E assert '' == '0.8.1' E + 0.8.1 version_test.py:30: AssertionError
Under python 2.7.5
That is using 0.8.1 release from github
I see - stderr says it could import the module, seems like a bad install.
Under python 2.7.5