Skip to content

mistermocha/python-mock-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brian Weber's unittest.mock talk!

To generate the HTML for this talk from the asciidoc format, use cdk

pip install cdk

Serve the slides locally by generating the new "sample.html"

cdk -o sample.asc

Old RestructuredText method using pandoc for generation:

To generate the html for this talk from the RST, use pandoc:

pandoc -t slidy -s mocktalk.rst  -o index.html

To serve this up, spin up an HTTP server to serve the static file

python -m SimpleHTTPServer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published