Go into docs folderOpen index.html in any browser to see website report.
Ensure you are in the docs/ folderRun a simple python server using python -m SimpleHTTPServer {port}Go to localhost:{port}
~~Due to the burndown chart requiring external data, the server is needed to see it. ~~
If you are having trouble with the server for whatever reason a snapshot of the burndown chart ~~ for February 10th 2017 sprint has been added to the index.html file.
Open docs/index.html to see website report.Test Cases for the fixed bugs are located in test_cases/D3private matplotlib directory where fixes were commited to is located at: https://github.com/desainis/matplotlib
Open docs/index.html to see website report.The unit tests are in test_cases/D4/8236_testThe acceptance tests are under test_cases/D4/8236_acceptance_tests.py
- Open docs/index.html to see website report.
- All test files are in test_cases/D5/
- Actual implementations of issues are located in the desainis/matplotlib repository linked in report