dahlia / sqlalchemy-imageattach

SQLAlchemy extension for attaching images to entities.
https://sqlalchemy-imageattach.readthedocs.io/
MIT License
116 stars 25 forks source link

Failing tests #16

Closed domenkozar closed 10 years ago

domenkozar commented 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

domenkozar commented 10 years ago

That is using 0.8.1 release from github

domenkozar commented 10 years ago

I see - stderr says it could import the module, seems like a bad install.