I need a set of tests for external clients to run against to prove they conform to a spec. I've been calling them "integration tests", but is there a better word for it? I'm not testing my software as much as creating an automated spec checker for other people's software.
@badtuple
Normally those are 'unit' tests. But it is a bit unear where your software sits.