Closed chttrjeankr closed 4 years ago
Please add the instructions for developers in the readme as well
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.
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.
test_chatbot.py
pytest test_chatbot.py -v
to check everything works.Checklist:
Screenshots:
Other Information:
Additional tests will need to be added as and when required.
@vishakha-lall