Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Fix test broken #84

Closed
wants to merge 8 commits into from
Closed

Fix test broken #84

wants to merge 8 commits into from

Conversation

jbking
Copy link
Contributor

@jbking jbking commented Feb 28, 2015

test broken

There was lua script loading problem with PrefixedRedis.

This is re-produce code.

from stdnet.backends import getdb

backend = getdb('redis://127.0.0.1:6379?db=1')

prefixed_client = backend.client.prefixed('foo')
# hide the problem when un-comment this.
#print backend.client.execute_script('keyinfo', (), '*')
print prefixed_client.execute_script('keyinfo', (), '*')

tox

python-stdnet supports multi python platform. so tests should also be run in them.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling b53bcca on jbking:fix-test-broken into * on lsbardel:master*.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling db5bb56 on jbking:fix-test-broken into * on lsbardel:master*.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 239003a on jbking:fix-test-broken into * on lsbardel:master*.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 239003a on jbking:fix-test-broken into * on lsbardel:master*.

@jbking jbking closed this Mar 18, 2015
@jbking jbking deleted the fix-test-broken branch March 18, 2015 08:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants