adityarajpt / HelloWorldInator

Repository based on a reddit comment
13 stars 6 forks source link

Add unit testing #12

Open Floweynt opened 1 year ago

Floweynt commented 1 year ago

Unit testing should be added in order to ensure that:

  1. The current codebase works as expected
  2. Any changes/new implementations will not introduce any bugs
adityarajpt commented 1 year ago

Well...what CI can we use? With so many languages it will be very difficult

Floweynt commented 1 year ago

Github's CI should work. Since we are developing such an innovative application, I think it is necessary to roll our own testing framework in rust so that our unit tests can be blazingly fast 🚀🚀🚀.

All the CI has to do is compile&run the program responsible for testing.