Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: tox.ini

Issue 29993614: Issue 2267 - Unify form handling by reusing form_handler() (Closed) Base URL: https://hg.adblockplus.org/sitescripts/
Patch Set: Created Jan. 30, 2019, 11:43 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 [tox] 1 [tox]
2 envlist = py27 2 envlist = py27
3 skipsdist = true 3 skipsdist = true
4 4
5 [pytest] 5 [pytest]
6 # The names of the test files here don't start with 'test_' so we need 6 # The names of the test files here don't start with 'test_' so we need
7 # to instruct pytest to load test from all files. 7 # to instruct pytest to load test from all files.
8 python_files = *.py 8 python_files = *.py
9 9
10 [run] 10 [run]
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 /sitescripts/reports/bin/parseNewReports.py : A107,A108,A112,A201,A206,A302, E501,E711,E722,F401,N802,N803,N806 43 /sitescripts/reports/bin/parseNewReports.py : A107,A108,A112,A201,A206,A302, E501,E711,E722,F401,N802,N803,N806
44 /sitescripts/reports/bin/processReports.py : E501,F401,N802,N806 44 /sitescripts/reports/bin/processReports.py : E501,F401,N802,N806
45 /sitescripts/reports/bin/removeOldReports.py : E501,N802 45 /sitescripts/reports/bin/removeOldReports.py : E501,N802
46 /sitescripts/reports/bin/removeOldUsers.py : E501,N802 46 /sitescripts/reports/bin/removeOldUsers.py : E501,N802
47 /sitescripts/reports/bin/updateDigests.py : A201,A301,A302,E501,E713,F401,N8 02,N806 47 /sitescripts/reports/bin/updateDigests.py : A201,A301,A302,E501,E713,F401,N8 02,N806
48 /sitescripts/reports/bin/updateSubscriptionList.py : A302,E501,E711,N802 48 /sitescripts/reports/bin/updateSubscriptionList.py : A302,E501,E711,N802
49 /sitescripts/reports/utils.py : A206,A302,E501,E711,N802,N803,N806 49 /sitescripts/reports/utils.py : A206,A302,E501,E711,N802,N803,N806
50 /sitescripts/reports/web/showDigest.py : A206,A301,A302,E501,F401,N802,N806 50 /sitescripts/reports/web/showDigest.py : A206,A301,A302,E501,F401,N802,N806
51 /sitescripts/reports/web/showUser.py : A301,A302,E501,E711,N802 51 /sitescripts/reports/web/showUser.py : A301,A302,E501,E711,N802
52 /sitescripts/reports/web/submitReport.py : A301,A302,E501,F401,N802,N806 52 /sitescripts/reports/web/submitReport.py : A301,A302,E501,F401,N802,N806
53 /sitescripts/reports/web/updateReport.py : A301,E501,E711,E722,F401,N802,N80 6 53 /sitescripts/reports/web/updateReport.py : A301,N802,N806,W504
54 /sitescripts/submit_email/web/submit_email.py : E501 54 /sitescripts/submit_email/web/submit_email.py : E501
55 /sitescripts/subscriptions/bin/generateReport.py : A104,A107,A201,A301,E501, E713,F401,N802,N803,N806 55 /sitescripts/subscriptions/bin/generateReport.py : A104,A107,A201,A301,E501, E713,F401,N802,N803,N806
56 /sitescripts/subscriptions/bin/processTemplate.py : E501,E711,N802,N803,N806 56 /sitescripts/subscriptions/bin/processTemplate.py : E501,E711,N802,N803,N806
57 /sitescripts/subscriptions/bin/updateMalwareDomainsList.py : A107,E501 57 /sitescripts/subscriptions/bin/updateMalwareDomainsList.py : A107,E501
58 /sitescripts/subscriptions/bin/updateSubscriptionDownloads.py : E501,F401 58 /sitescripts/subscriptions/bin/updateSubscriptionDownloads.py : E501,F401
59 /sitescripts/subscriptions/bin/updateSubscriptionDownloadsCVS.py : E501 59 /sitescripts/subscriptions/bin/updateSubscriptionDownloadsCVS.py : E501
60 /sitescripts/subscriptions/combineSubscriptions.py : A102,A104,A105,A107,A20 6,A301,A302,E501,E713,E722 60 /sitescripts/subscriptions/combineSubscriptions.py : A102,A104,A105,A107,A20 6,A301,A302,E501,E713,E722
61 /sitescripts/subscriptions/knownIssuesParser.py : A107,A201,E501,E711,E713,N 802,N806 61 /sitescripts/subscriptions/knownIssuesParser.py : A107,A201,E501,E711,E713,N 802,N806
62 /sitescripts/subscriptions/subscriptionParser.py : A102,A107,A206,A302,E501, E711,E722,N802,N803,N805 62 /sitescripts/subscriptions/subscriptionParser.py : A102,A107,A206,A302,E501, E711,E722,N802,N803,N805
63 /sitescripts/subscriptions/test/test_updateMalwareDomainsList.py : D400,D401 63 /sitescripts/subscriptions/test/test_updateMalwareDomainsList.py : D400,D401
(...skipping 20 matching lines...) Expand all
84 pycrypto 84 pycrypto
85 pysed 85 pysed
86 flake8 86 flake8
87 flake8-per-file-ignores>=0.4 87 flake8-per-file-ignores>=0.4
88 flake8-docstrings 88 flake8-docstrings
89 flake8-commas 89 flake8-commas
90 pep8-naming 90 pep8-naming
91 hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake 8-eyeo 91 hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake 8-eyeo
92 httplib2 92 httplib2
93 oauth2client 93 oauth2client
94 PyMySQL
94 95
95 setenv = 96 setenv =
96 SITESCRIPTS_CONFIG = ./.sitescripts.test 97 SITESCRIPTS_CONFIG = ./.sitescripts.test
97 whitelist_externals = cp 98 whitelist_externals = cp
98 commands = 99 commands =
99 cp .sitescripts.example .sitescripts.test 100 cp .sitescripts.example .sitescripts.test
100 pysed \ 101 pysed \
101 -r sitescripts\.(reports|testpages|crawler|urlfixer)\.web.* \ 102 -r sitescripts\.(reports|testpages|crawler|urlfixer)\.web.* \
102 '' .sitescripts.test --write 103 '' .sitescripts.test --write
103 python ensure_dependencies.py 104 python ensure_dependencies.py
104 py.test \ 105 py.test \
105 --cov-config tox.ini --cov-report html --cov-report term --cov sitescrip ts \ 106 --cov-config tox.ini --cov-report html --cov-report term --cov sitescrip ts \
106 tests \ 107 tests \
107 sitescripts/hg/test \ 108 sitescripts/hg/test \
108 sitescripts/notifications/test \ 109 sitescripts/notifications/test \
109 sitescripts/formmail/test \ 110 sitescripts/formmail/test \
110 sitescripts/extensions/test \ 111 sitescripts/extensions/test \
111 sitescripts/subscriptions/test \ 112 sitescripts/subscriptions/test \
112 sitescripts/reports/tests \ 113 sitescripts/reports/tests \
113 sitescripts/oauth2dl/test 114 sitescripts/oauth2dl/test
114 flake8 sitescripts multiplexer.py multiplexer.fcgi 115 flake8 sitescripts multiplexer.py multiplexer.fcgi
OLDNEW
« sitescripts/__init__.py ('K') | « sitescripts/reports/web/updateReport.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld