Skip to content

Instantly share code, notes, and snippets.

@biancarosa
Last active April 8, 2017 02:26
Show Gist options
  • Select an option

  • Save biancarosa/38a0378c3e11234d0eecd45af75f1526 to your computer and use it in GitHub Desktop.

Select an option

Save biancarosa/38a0378c3e11234d0eecd45af75f1526 to your computer and use it in GitHub Desktop.

First

  • Documentar a API.

Second

  • mkdir group-orders-api
  • cd group-orders-api
  • git init
  • mkdir tests
  • mkdir tests/functional
  • touch tests/functional/groups_test.py
  • virtualenv venv
  • source venv/bin/activate
  • pip install pytest
  • pip freeze > requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment