vishakha-lall / MapBot

A chatbot developed in Python
MIT License
145 stars 108 forks source link

pytests and Travis CI concerns #175

Closed chttrjeankr closed 4 years ago

chttrjeankr commented 4 years ago

Is your feature request related to a problem? Please describe. test_utilities.test_parse_sentence() is being skipped right now as it was dependent on CoreNLP.

Describe the solution you'd like Some minor changes in the test_ files to test utilities.parse_sentence(), and a couple in the code to make sure Travis checks pass successfully.

Describe alternatives you've considered None

Additional context After this issue is closed, further PRs to this branch would need to have passed Travis CI checks before being merged.

chttrjeankr commented 4 years ago

Fixed by #176