60 seconds to TDD
This quick tutorial presents a minimal setup with Python to start coding using TDD. It only requires two lightweight dependencies nose and when-changed available through pip . Install and run sudo pip install nose sudo pip install when-changed The following…▷ read more