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
Error in topic:
Function %s does not have a code property
Traceback (most recent call last):
File "/Users/guilhermef/.virtualenvs/thumbor/lib/python2.7/site-packages/pyvows/runner/gevent.py", line 97, in _run_setup_and_topic
topic_list = get_topics_for(topic_func, ctx_obj)
File "/Users/guilhermef/.virtualenvs/thumbor/lib/python2.7/site-packages/pyvows/runner/utils.py", line 45, in get_topics_for
raise RuntimeError('Function %s does not have a code property')
RuntimeError: Function %s does not have a code property
Nested tests following this error have not been run.
I think It should be allowed to have empty classes, to keep tests organized.
The text was updated successfully, but these errors were encountered:
If I try to organize my test using empty classes, like this:
I get an error
I think It should be allowed to have empty classes, to keep tests organized.
The text was updated successfully, but these errors were encountered: