Skip to content

Instantly share code, notes, and snippets.

@OtavioBraga
Created May 10, 2017 14:52
Show Gist options
  • Save OtavioBraga/b03989a1c086ab7f4b79a831e7b44694 to your computer and use it in GitHub Desktop.
Save OtavioBraga/b03989a1c086ab7f4b79a831e7b44694 to your computer and use it in GitHub Desktop.
Script to create a basic flask test project
mkdir flask-tdd
cd flask-tdd
touch app.py
touch test_core.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment