Django Unit Testing with Vim
The last post we’ve shared included setting up & using Vim for Python/Django-related development. I’ll assume throughout the guide that you’ve been using Vim ever since (Vim is amazing :)). Well, let me add up another helpful tutorial on how to use vim, this time for your unit tests. We’ll …