Save Money On You CI/CD Pipelines Using Pytest Parallel (with Example)
So you’re a backend developer or data engineer and probably stumbled across this article when looking to speed up your Unit Tests.
TDD (Test driven development) is the practice of writing unit tests alongside the actual source code.
Why? Because it makes you think of edge cases and functionality you generally don’t think of when writing source code.
That’s great. But what about running these tests? Maybe 100s of tests?