Thanks for this example. I just encountered some ImportError and TypeError while trying to run the project and run the tests following your instructions. This PR uses the correct import paths to fix the ImportError and uses decode() on users' tests.py to fix the TypeError. It works great after that.
Thanks for this example. I just encountered some ImportError and TypeError while trying to run the project and run the tests following your instructions. This PR uses the correct import paths to fix the ImportError and uses decode() on users' tests.py to fix the TypeError. It works great after that.