Skip to content

cterp/wwc-intermediate-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Women Who Code: Intermediate Python

Drawing

## September 17, 2016

Version

The modules were written using Python 2.7.

pytest

These programs make use of the testing framework pytest. See the pytest website for more information.

Installing pytest

To install pytest on a Mac/Unix machine, in your terminal type:
$ pip install pytest

Using pytest

There are (at least) two ways to run a Python program that uses pytest from the terminal:

  1. $ python -m pytest my_program.py
  2. $ py.test my_program.py

About

Workshop materials: WWC @ Northeastern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages