18 Sep
2018
18 Sep
'18
12:41 a.m.
On 18/09/2018 00:47, Peter Dimov wrote:
Alexander Grund wrote:
The tests should not have any dependencies above the library dependencies.
It's very common for tests to have additional dependencies beyond what the library needs.
Tests will *always* have more dependencies than the library. If nothing else, they will depend on the test framework in addition to the library under test and its dependencies. Sometimes they might use some additional things beyond that as well, for convenience or to do appropriate reporting or diagnosis of failures.