cmu-cs-academy / desktop-cmu-graphics

BSD 3-Clause "New" or "Revised" License
15 stars 9 forks source link

Modify drawArc for CPCS to start from positive x-axis and increase counter-clockwise #48

Closed palascat100 closed 1 year ago

schmave commented 1 year ago

It looks like this change is causing some of the existing tests to fail. To reproduce this locally, run:

python3 -m virtualenv venv
source venv/bin/activate
python -m pip install tox twine build
python build/build.py
python -m tox

Once the "py36-pip" tests fail, you can control-C to quit tox, and then open .tox/py36-pip/tmp/report.html to see the differences.

schmave commented 1 year ago

I added the cs3_arcs.py tests and they pass locally. Hopefully they will also pass on Appveyor.