The name ptestcs comes from "Package Test - Codesolid". Yes, that could be clearer. :)
''' make init make publish '''
''' make test '''
pipenv install -e git+https://github.com/JohnLockwood/ptestcs.git@v0.2#egg=ptestcs
pipenv shell
python3 # Important. For some reason "python" doesn't work, even if they resolve to the same binary!
import ptestcs
print(ptestcs.readme())
The above should print this readme from github, c.f. https://github.com/JohnLockwood/ptestcs/blob/master/README.md