git clone https://github.com/darshahlu/python_testing.git
cd python_testing
c:\Python36\python.exe -m venv c:\dev\venvs\python-testing-win
c:\dev\venvs\python-testing-win\Scripts\activate.bat
pip install -r requirements-py363-win.txt
cd jupyter_presentation
jupyter notebook
From the root repo directory:
pytest
Make sure coverage is disabled (see pytest.ini and --no-cov option), as coverage breaks debuggers.