Open harshkhandeparkar opened 5 years ago
@sahil-patel6
I dont have any idea about how to test arduino code.
But we will mostly not need that as it won't be updated as frequently.
I am not familiar with testing code. I guess we will figure it out
On Wed, 3 Apr, 2019, 23:45 Harsh Khandeparkar, notifications@github.com wrote:
But we will mostly not need that as it won't be updated as frequently.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HarshKhandeparkar/smart-car-parking/issues/12#issuecomment-479601325, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQfkmLLkPRwJb_zGkla1NcEQNJqwUks5vdO-qgaJpZM4cbIWc .
Add tests for everything. Suitable frameworks:
Any or a combo of the frameworks listed above or any other framework can be used for testing our code.
In the future, maybe travis-ci can be used to make sure that pull requests don't break the old code. This project is going to expand, exponentially and this will become a necessity.