github.com/chasestarr/deis@v1.13.5-0.20170519182049-1d9e59fbdbfc/controller/dev_requirements.txt (about) 1 # Run "make coverage" or "make test-unit" for the % of code exercised during tests 2 coverage>=4.0 3 4 # Run "make flake8" to check python syntax and style 5 flake8==2.4.1 6 7 # Used for mocking endpoints 8 mock==1.0.1