Unit tests in the serverless landscape
A test which asserts a "UNIT" is a Unit Test.
In the OOPS world, the unit has usually been a Class. Hence, we have unit tests which pertain to a Class.
The attributes of such tests are :
They are easy to run with minimal setup
Their execution runtim...
jagannath.dev3 min read