Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Adding Tests to an Uncovered App

Adding Tests to an Uncovered App

DjangoCon Euro 2012

Avatar for Zach Smith

Zach Smith

June 06, 2012
Tweet

Other Decks in Programming

Transcript

  1. #BDD library for Gherkin syntax lettuce #browser API on top

    of selenium splinter #Always keep this the newest version selenium==2.21.3
  2. GHERKIN Given the state of a system, When an action

    is taken, Then an outcome is achieved.
  3. #BDD library for Gherkin syntax lettuce #browser API on top

    of selenium splinter #Always keep this the newest version selenium==2.21.3
  4. #BDD library for Gherkin syntax lettuce #browser API on top

    of selenium splinter #Always keep this the newest version selenium==2.21.3
  5. #Includes a nose test runner and #options for running types

    of tests unclebob #helper library for scenarios #and assertions sure
  6. #Includes a nose test runner and #options for running types

    of tests unclebob #helper library for scenarios #and assertions sure
  7. #Includes a nose test runner and #options for running types

    of tests unclebob #helper library for scenarios #and assertions sure
  8. #Includes a nose test runner and #options for running types

    of tests unclebob #helper library for scenarios #and assertions sure
  9. #Includes a nose test runner and #options for running types

    of tests unclebob #helper library for scenarios #and assertions sure #python mocking library mock