My Go-To Git Commands to Fix Mistakes
· 3 min read
These are the scenarios that I often find myself searching for Git commands to save me from my mistakes.
These are the scenarios that I often find myself searching for Git commands to save me from my mistakes.
(Notes on Architecture Patterns with Python by Harry Percival, Bob Gregory: Chapter 1 - Domain Modeling)
Besides asserting the internal states or values in memory, we sometimes assert values impacted by external systems in a test. These can become a source of flakiness as external systems are inherently unpredictable. Examples of such assertions include: