Ask 12 developers and you'll get 12 different answers, but what do you think? What are the "units" being tested in "unit tests"?
@jasongorman I seriously dislike the terms unit and integration test. I wish I could come up with better terms for the handful of different test scenarios I regularly encounter. I think the existing terms are highly misleading

@jay_peper @jasongorman YMMV but I find Jay Fields' **Solitary or Sociable **distinctions helpful but I'm a classicist who substitutes non-deterministic collaborators for deterministic fakes. Fowler's Unit Testing page covers the well I think. TL;DR I agree with you. Terms like unit and integration are misleading.

https://www.martinfowler.com/bliki/UnitTest.html

bliki: UnitTest

Unit Tests are focused on small parts of a code-base, defined in regular programming tools, and fast. There is disagreement on whether units should be solitary or sociable.

martinfowler.com