vishakha-lall / MapBot

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

Need for test_chatbot.py #151 resolved #152

Closed chttrjeankr closed 4 years ago

chttrjeankr commented 4 years ago

Fixes #151

Description:

All such edge cases that were seemingly troublesome, when testing and implementing new parts of the API, have been added as tests from their respective issue discussions.

Checklist:

Screenshots:

image

Other Information:

Additional tests will need to be added as and when required.

@vishakha-lall

vishakha-lall commented 4 years ago

Please add the instructions for developers in the readme as well

chttrjeankr commented 4 years ago

Please add the instructions for developers in the readme as well

@vishakha-lall, added instructions in the CONTRIBUTING.md as testing would be part of the development process when people would want to contribute. README.md serves as a guide for users of the project.