grrs_sanjay 0.1.0

A tool to search files
Documentation
1
2
3
4
5
6
7
8
### Making your code testable

There are two complementary approaches to testing functionality.
One is to test the small units that you use to build your
complete application.
These are called "unit tests".
Another is to test the final application from the outside,
called black box tests or integration tests.