You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2022. It is now read-only.
% python -m covrun
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/yusuke/src/python-stdnet/covrun.py", line 11, in <module>
run()
File "runtests.py", line 41, in run
runtests(**params)
File "runtests.py", line 56, in runtests
suite.bind_event('tests', test.create_tests)
AttributeError: 'TestSuite' object has no attribute 'bind_event'
Which version of pulsar is usable? or needs something more for development?
I'm using Python 2.7.6 (homebrew) on Mac OSX Marvericks