| Joe Gregorio | 41cf797 | 2010-08-18 15:21:06 -0400 | [diff] [blame] | 1 | pep8: |
| 2 | find apiclient samples -name "*.py" | xargs pep8 --ignore=E111,E202 | ||||
| Joe Gregorio | ba9ea7f | 2010-08-19 15:49:04 -0400 | [diff] [blame] | 3 | |
| 4 | test: | ||||
| 5 | python runtests.py | ||||
| Joe Gregorio | 6d5e94f | 2010-08-25 23:49:30 -0400 | [diff] [blame] | 6 | |
| 7 | skeletons: | ||||
| 8 | python discovery_extras.py tests/data/buzz.json tests/data/latitude.json tests/data/moderator.json | ||||