Skip to content

termitnjak/blog_pytest_inheritance_problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Pytest inheritance problems

This is the code to go with the Pytest inheritance problems blog post. To try it out, you need to have pytest installed

virtualenv . --python python3
source bin/activate
pip install pytest

Then go to the directory you want (src/humans or src/presidents) and run

py.test

to run the tests.