Glossary

Tests multiple unrelated things in one function

if the addition assertion fails, you don't know if the string, list, or dict tests would also fail. Each test should verify one behavior.

Learn More

Related Terms