Code review comment for lp:~carla-sella/ubuntu-calendar-app/calendar-app

Revision history for this message
Olivier Tilloy (osomon) wrote :

I’m still getting 20 pep8 warnings:

$ pep8 tests
tests/autopilot/calendar_app/tests/test_calendar.py:78:50: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:78:67: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:79:51: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:79:70: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:79:73: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:80:50: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:80:67: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:81:51: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:81:70: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:81:73: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:94:50: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:94:67: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:95:51: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:95:70: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:95:73: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:96:50: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:96:67: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:97:51: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:97:70: E225 missing whitespace around operator
tests/autopilot/calendar_app/tests/test_calendar.py:97:73: E225 missing whitespace around operator

If you add whitespaces around the "+" operator, this should fix it.

« Back to merge proposal