Skip to content

Repository containing the pytest demo I presented at the January 2015 meeting of the Austin Python Meetup.

Notifications You must be signed in to change notification settings

ereyes01/apug-pytest-prez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytest Demo

This repository contains the code I demonstrated during my presentation at the January meeting of the Austin Python Meetup.

Python 3 is required to run this code! To run, create a virtualenv and install the dependencies (the instructions assume Python 3 is installed and is your main Python):

pyvenv /path/to/my/env
source /path/to/my/env/bin/activate
pip install -r requirements.txt

# run the tests
py.test -v

The commit history in this repository mostly mirrors the sequence of changes I described in the presentation slides.

About

Repository containing the pytest demo I presented at the January 2015 meeting of the Austin Python Meetup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages