Pseudoprimes are composite numbers which pass some primality test - a property that is always true for prime numbers. This may be Fermat's Little Theorem for one base or many, or some other test.
Pseudoprimes are composite numbers that have some properties that every prime number has (that is, properties that might be used to test for primality).
For example, if $p$ is a prime number and $\gcd(b, p) = 1$, then, by Fermat's little theorem, $b^{p - 1} \equiv 1 \pmod p$. However, there are also composite numbers that satisfy this congruence for some coprime $b$ (these are called Fermat pseudoprimes) and composite numbers that satisfy this property for every coprime $b$ (these are called Carmichael numbers).