Two of the 3 example tests fail to run with an error message: ``` fixture 'my_project' not found ``` and there is an unused fixture deffined. Also the example test class inherits from `object` which is considered bad style in python 3.