| OLD | NEW |
| 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 tests from all files. | 7 # to instruct pytest to load tests from all files. |
| 8 python_files = *.py | 8 python_files = *.py |
| 9 | 9 |
| 10 [run] | 10 [run] |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 sitescripts/subscriptions/test/test_updateMalwareDomainsList.py : D400,D401 | 70 sitescripts/subscriptions/test/test_updateMalwareDomainsList.py : D400,D401 |
| 71 sitescripts/subscriptions/web/fallback.py : A107,A206,A301,E501,F401,N802,N8
06 | 71 sitescripts/subscriptions/web/fallback.py : A107,A206,A301,E501,F401,N802,N8
06 |
| 72 sitescripts/templateFilters.py : A107,A112,A206,E501,E711,F401,F841,N802,N80
3,N806 | 72 sitescripts/templateFilters.py : A107,A112,A206,E501,E711,F401,F841,N802,N80
3,N806 |
| 73 sitescripts/testpages/web/sitekey_frame.py : A107 | 73 sitescripts/testpages/web/sitekey_frame.py : A107 |
| 74 sitescripts/urlfixer/bin/forceDomains.py : A206,D205,D400,E501,N802 | 74 sitescripts/urlfixer/bin/forceDomains.py : A206,D205,D400,E501,N802 |
| 75 sitescripts/urlfixer/bin/topDomains.py : A206,D205,D400,E501,E711,F401,N802 | 75 sitescripts/urlfixer/bin/topDomains.py : A206,D205,D400,E501,E711,F401,N802 |
| 76 sitescripts/urlfixer/web/submitData.py : A206,E501,E711,F401,F841,N802,N806 | 76 sitescripts/urlfixer/web/submitData.py : A206,E501,E711,F401,F841,N802,N806 |
| 77 sitescripts/utils.py : A107,A301,D200,D202,D205,D208,D400,D401,E501,N801,N80
2,N806 | 77 sitescripts/utils.py : A107,A301,D200,D202,D205,D208,D400,D401,E501,N801,N80
2,N806 |
| 78 sitescripts/web.py : A107,E501,N802 | 78 sitescripts/web.py : A107,E501,N802 |
| 79 multiplexer.py : A107,E501 | 79 multiplexer.py : A107,E501 |
| 80 sitescripts/extensions/bin/legacy/packagerSafari.py : A107,A302,E501,N802,N8
03,N806 |
| 80 | 81 |
| 81 [testenv] | 82 [testenv] |
| 82 basepython=python2 | 83 basepython=python2 |
| 83 deps = | 84 deps = |
| 84 cryptography | 85 cryptography |
| 85 pytest | 86 pytest |
| 86 pytest-cov | 87 pytest-cov |
| 87 mock | 88 mock |
| 88 pytest-mock | 89 pytest-mock |
| 89 wsgi_intercept | 90 wsgi_intercept |
| (...skipping 19 matching lines...) Expand all Loading... |
| 109 --cov-config tox.ini --cov-report html --cov-report term --cov sitescrip
ts \ | 110 --cov-config tox.ini --cov-report html --cov-report term --cov sitescrip
ts \ |
| 110 sitescripts/hg/test \ | 111 sitescripts/hg/test \ |
| 111 sitescripts/notifications/test \ | 112 sitescripts/notifications/test \ |
| 112 sitescripts/stats/test \ | 113 sitescripts/stats/test \ |
| 113 sitescripts/formmail/test \ | 114 sitescripts/formmail/test \ |
| 114 sitescripts/extensions/test \ | 115 sitescripts/extensions/test \ |
| 115 sitescripts/subscriptions/test \ | 116 sitescripts/subscriptions/test \ |
| 116 sitescripts/reports/tests \ | 117 sitescripts/reports/tests \ |
| 117 tests | 118 tests |
| 118 flake8 sitescripts multiplexer.py multiplexer.fcgi | 119 flake8 sitescripts multiplexer.py multiplexer.fcgi |
| OLD | NEW |