Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test suite fails #16

Open
osteele opened this issue May 8, 2017 · 1 comment
Open

Test suite fails #16

osteele opened this issue May 8, 2017 · 1 comment
Labels

Comments

@osteele
Copy link

osteele commented May 8, 2017

$ python tests.py
E
======================================================================
ERROR: test_find_tools_in_message (__main__.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests.py", line 27, in test_find_tools_in_message
    conversation_handler.find_tools_in_message(test_message_1), [{
  File "/Users/osteele/code/htl/loanbot/conversationHandler.py", line 44, in find_tools_in_message
    for alt_name in tool['alternate_names']:
KeyError: 'alternate_names'
@osteele
Copy link
Author

osteele commented May 8, 2017

Comment cd0293f added tool['alternate_names'] to the code, but not to the test data.

osteele added a commit that referenced this issue May 8, 2017
Add `alternate_names` to test data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant