Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

pymetrics/talks-testing-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Testing

A primer on effective testing for Python applications

To Run the Slides (Virtualenv)

  1. If you don't already have python 3, run
  2. Create a Virtualenv
  3. Install the requirements
  4. Start the Hovercraft! server:
  5. Open http://localhost:8000 and enjoy.

To Run the Slides (Docker)

There's no real reason to use Docker, except the build chain on my PC is FUBAR and I didn't have time to fix it.

$ make image
$ make

Open your browser to http://localhost:8000

To run individual tests when using docker, you have to get a shell in the container. While it's running, run:

$ docker exec -ti testing_hovercraft_1 bash

Then, cd to presentations/src/.

Built with Hovercraft .

Releases

No releases published

Packages

No packages published