Skip to content

Instantly share code, notes, and snippets.

@asfaltboy
Created April 5, 2018 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asfaltboy/ad1b8a03f5fe508431973582220879e0 to your computer and use it in GitHub Desktop.
Save asfaltboy/ad1b8a03f5fe508431973582220879e0 to your computer and use it in GitHub Desktop.
django-braces pytest output coverage
GLOB sdist-make: /Users/pavel.savchenko/github/django-braces/setup.py
py27-django15 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py27-django15 installed: coverage==4.1,Django==1.5.12,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,funcsigs==1.0.2,ipaddress==1.0.19,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py27-django15 runtests: PYTHONHASHSEED='3147501103'
py27-django15 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 2.7.14, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py .....................................................................................................................s..ss...
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 2.7.14-final-0 ----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
==================== 207 passed, 3 skipped in 2.16 seconds =====================
py27-django16 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py27-django16 installed: coverage==4.1,Django==1.6.11,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,funcsigs==1.0.2,ipaddress==1.0.19,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py27-django16 runtests: PYTHONHASHSEED='3147501103'
py27-django16 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 2.7.14, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py .....................................................................................................................s..ss...
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 2.7.14-final-0 ----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
==================== 207 passed, 3 skipped in 1.87 seconds =====================
py27-django17 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py27-django17 installed: coverage==4.1,Django==1.7.11,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,funcsigs==1.0.2,ipaddress==1.0.19,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py27-django17 runtests: PYTHONHASHSEED='3147501103'
py27-django17 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 2.7.14, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ....................................................................................................................s..s.s...
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 2.7.14-final-0 ----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
==================== 207 passed, 3 skipped in 2.04 seconds =====================
py27-django18 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py27-django18 installed: coverage==4.1,Django==1.8.19,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,funcsigs==1.0.2,ipaddress==1.0.19,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py27-django18 runtests: PYTHONHASHSEED='3147501103'
py27-django18 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 2.7.14, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ....................................................................................................................s..s.s...
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 2.7.14-final-0 ----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
==================== 207 passed, 3 skipped in 2.23 seconds =====================
py27-django19 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py27-django19 installed: coverage==4.1,Django==1.9.13,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,funcsigs==1.0.2,ipaddress==1.0.19,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py27-django19 runtests: PYTHONHASHSEED='3147501103'
py27-django19 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 2.7.14, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ....................................................................................................................s..ss....
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 2.7.14-final-0 ----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
==================== 207 passed, 3 skipped in 2.30 seconds =====================
py27-django110 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py27-django110 installed: coverage==4.1,Django==1.10.8,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,funcsigs==1.0.2,ipaddress==1.0.19,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py27-django110 runtests: PYTHONHASHSEED='3147501103'
py27-django110 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 2.7.14, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ....................................................................................................................s..ss....
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 2.7.14-final-0 ----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 22, 192-195, 18->22, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 5 12 0 94% 10-11, 137-140
braces/views/_other.py 67 2 14 0 98% 6-7
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 14 140 3 96%
==================== 207 passed, 3 skipped in 2.44 seconds =====================
py27-django111 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py27-django111 installed: coverage==4.1,Django==1.11.12,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,funcsigs==1.0.2,ipaddress==1.0.19,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,pytz==2018.3,six==1.11.0,text-unidecode==1.2
py27-django111 runtests: PYTHONHASHSEED='3147501103'
py27-django111 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 2.7.14, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ....................................................................................................................s..ss....
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 2.7.14-final-0 ----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 22, 192-195, 18->22, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 5 12 0 94% 10-11, 137-140
braces/views/_other.py 67 2 14 0 98% 6-7
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 14 140 3 96%
==================== 207 passed, 3 skipped in 2.53 seconds =====================
py33-django15 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py33-django15 installed: coverage==4.1,Django==1.5.12,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.9,mock==2.0.0,pbr==4.0.1,py==1.4.34,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py33-django15 runtests: PYTHONHASHSEED='3147501103'
py33-django15 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.3.7, pytest-2.9.1, py-1.4.34, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py .....................................................................................................................s..ss...
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 3.3.7-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
==================== 207 passed, 3 skipped in 2.50 seconds =====================
py33-django16 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py33-django16 installed: coverage==4.1,Django==1.6.11,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.9,mock==2.0.0,pbr==4.0.1,py==1.4.34,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py33-django16 runtests: PYTHONHASHSEED='3147501103'
py33-django16 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.3.7, pytest-2.9.1, py-1.4.34, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py .....................................................................................................................s..ss...
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 3.3.7-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
==================== 207 passed, 3 skipped in 1.95 seconds =====================
py33-django17 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py33-django17 installed: coverage==4.1,Django==1.7.11,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.9,mock==2.0.0,pbr==4.0.1,py==1.4.34,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py33-django17 runtests: PYTHONHASHSEED='3147501103'
py33-django17 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.3.7, pytest-2.9.1, py-1.4.34, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ....................................................................................................................s..s.s...
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 3.3.7-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
==================== 207 passed, 3 skipped in 2.02 seconds =====================
py33-django18 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py33-django18 installed: coverage==4.1,Django==1.8.19,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.9,mock==2.0.0,pbr==4.0.1,py==1.4.34,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py33-django18 runtests: PYTHONHASHSEED='3147501103'
py33-django18 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.3.7, pytest-2.9.1, py-1.4.34, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ....................................................................................................................s..s.s...
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 3.3.7-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
==================== 207 passed, 3 skipped in 2.38 seconds =====================
py34-django15 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py34-django15 installed: coverage==4.1,Django==1.5.12,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py34-django15 runtests: PYTHONHASHSEED='3147501103'
py34-django15 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.4.7, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py .....................................................................................................................s..ss...
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 3.4.7-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
==================== 207 passed, 3 skipped in 2.06 seconds =====================
py34-django16 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py34-django16 installed: coverage==4.1,Django==1.6.11,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py34-django16 runtests: PYTHONHASHSEED='3147501103'
py34-django16 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.4.7, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py .....................................................................................................................s..ss...
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 3.4.7-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
==================== 207 passed, 3 skipped in 1.81 seconds =====================
py34-django17 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py34-django17 installed: coverage==4.1,Django==1.7.11,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py34-django17 runtests: PYTHONHASHSEED='3147501103'
py34-django17 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.4.7, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ....................................................................................................................s..s.s...
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 3.4.7-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
==================== 207 passed, 3 skipped in 1.93 seconds =====================
py34-django18 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py34-django18 installed: coverage==4.1,Django==1.8.19,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py34-django18 runtests: PYTHONHASHSEED='3147501103'
py34-django18 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.4.7, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ....................................................................................................................s..s.s...
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 3.4.7-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
==================== 207 passed, 3 skipped in 2.68 seconds =====================
py34-django18 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py34-django18 installed: coverage==4.1,Django==1.8.19,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py34-django18 runtests: PYTHONHASHSEED='3147501103'
py34-django18 runtests: commands[0] | /Users/pavel.savchenko/github/django-braces/.tox/py34-django18/bin/py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.4.7, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ....................................................................................................................s..s.s...
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 3.4.7-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
==================== 207 passed, 3 skipped in 2.38 seconds =====================
py34-django19 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py34-django19 installed: coverage==4.1,Django==1.9.13,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py34-django19 runtests: PYTHONHASHSEED='3147501103'
py34-django19 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.4.7, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ....................................................................................................................s..ss....
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 3.4.7-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
==================== 207 passed, 3 skipped in 2.42 seconds =====================
py34-django110 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py34-django110 installed: coverage==4.1,Django==1.10.8,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py34-django110 runtests: PYTHONHASHSEED='3147501103'
py34-django110 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.4.7, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ....................................................................................................................s..ss....
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 3.4.7-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 22, 192-195, 18->22, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 5 12 0 94% 10-11, 137-140
braces/views/_other.py 67 2 14 0 98% 6-7
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 14 140 3 96%
==================== 207 passed, 3 skipped in 2.53 seconds =====================
py34-django111 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py34-django111 installed: coverage==4.1,Django==1.11.12,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,pytz==2018.3,six==1.11.0,text-unidecode==1.2
py34-django111 runtests: PYTHONHASHSEED='3147501103'
py34-django111 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.4.7, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ....................................................................................................................s..ss....
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 3.4.7-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 22, 192-195, 18->22, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 5 12 0 94% 10-11, 137-140
braces/views/_other.py 67 2 14 0 98% 6-7
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 14 140 3 96%
==================== 207 passed, 3 skipped in 2.77 seconds =====================
py34-django20 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py34-django20 installed: coverage==4.1,Django==2.0.4,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,pbr==4.0.1,py==1.5.3,pytest==2.9.1,pytest-cov==2.5.1,pytest-django==2.9.1,python-dateutil==2.7.2,pytz==2018.3,six==1.11.0,text-unidecode==1.2
py34-django20 runtests: PYTHONHASHSEED='3147501103'
py34-django20 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.4.7, pytest-2.9.1, py-1.5.3, pluggy-0.3.1
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-2.9.1, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ....................................................................................................................s..ss....
tests/test_ajax_mixins.py .............
tests/test_forms.py ..
tests/test_other_mixins.py ......................................................................
---------- coverage: platform darwin, python 3.4.7-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 22, 192-195, 18->22, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 5 12 0 94% 10-11, 137-140
braces/views/_other.py 67 2 14 0 98% 6-7
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 14 140 3 96%
==================== 207 passed, 3 skipped in 2.42 seconds =====================
py35-django18 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py35-django18 installed: attrs==17.4.0,coverage==4.1,Django==1.8.19,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,more-itertools==4.1.0,pbr==4.0.1,pluggy==0.6.0,py==1.5.3,pytest==3.5.0,pytest-cov==2.5.1,pytest-django==3.1.2,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py35-django18 runtests: PYTHONHASHSEED='3147501103'
py35-django18 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.5.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-3.1.2, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ............................................ [ 20%]
........................................................................ [ 55%]
s..s.s... [ 59%]
tests/test_ajax_mixins.py ............. [ 65%]
tests/test_forms.py .. [ 66%]
tests/test_other_mixins.py ............................................. [ 88%]
......................... [100%]
---------- coverage: platform darwin, python 3.5.4-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
=============================== warnings summary ===============================
tests/test_other_mixins.py::TestSelectRelatedMixin::test_select_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
tests/test_other_mixins.py::TestPrefetchRelatedMixin::test_prefetch_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
-- Docs: http://doc.pytest.org/en/latest/warnings.html
============== 207 passed, 3 skipped, 2 warnings in 2.96 seconds ===============
py35-django19 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py35-django19 installed: attrs==17.4.0,coverage==4.1,Django==1.9.13,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,more-itertools==4.1.0,pbr==4.0.1,pluggy==0.6.0,py==1.5.3,pytest==3.5.0,pytest-cov==2.5.1,pytest-django==3.1.2,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py35-django19 runtests: PYTHONHASHSEED='3147501103'
py35-django19 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.5.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-3.1.2, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ............................................ [ 20%]
........................................................................ [ 55%]
s..ss.... [ 59%]
tests/test_ajax_mixins.py ............. [ 65%]
tests/test_forms.py .. [ 66%]
tests/test_other_mixins.py ............................................. [ 88%]
......................... [100%]
---------- coverage: platform darwin, python 3.5.4-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 19, 192-195, 18->19, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 0 96% 137-140
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 3 97%
=============================== warnings summary ===============================
tests/test_access_mixins.py::TestLoginRequiredMixin::test_anonymous
/Users/pavel.savchenko/github/django-braces/tests/compat.py:22: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
'', *urlpatterns
/Users/pavel.savchenko/github/django-braces/.tox/py35-django19/lib/python3.5/site-packages/django/template/utils.py:37: RemovedInDjango110Warning: You haven't defined a TEMPLATES setting. You must do so before upgrading to Django 1.10. Otherwise Django will be unable to load templates.
"unable to load templates.", RemovedInDjango110Warning)
/Users/pavel.savchenko/github/django-braces/.tox/py35-django19/lib/python3.5/importlib/__init__.py:126: RemovedInDjango110Warning: django.core.context_processors is deprecated in favor of django.template.context_processors.
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_access_mixins.py::TestSSLRequiredMixin::test_raises_exception
/Users/pavel.savchenko/github/django-braces/.tox/py35-django19/lib/python3.5/site-packages/django/template/utils.py:37: RemovedInDjango110Warning: You haven't defined a TEMPLATES setting. You must do so before upgrading to Django 1.10. Otherwise Django will be unable to load templates.
"unable to load templates.", RemovedInDjango110Warning)
tests/test_other_mixins.py::TestSelectRelatedMixin::test_select_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
tests/test_other_mixins.py::TestPrefetchRelatedMixin::test_prefetch_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
-- Docs: http://doc.pytest.org/en/latest/warnings.html
============== 207 passed, 3 skipped, 6 warnings in 2.69 seconds ===============
py35-django110 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py35-django110 installed: attrs==17.4.0,coverage==4.1,Django==1.10.8,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,more-itertools==4.1.0,pbr==4.0.1,pluggy==0.6.0,py==1.5.3,pytest==3.5.0,pytest-cov==2.5.1,pytest-django==3.1.2,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py35-django110 runtests: PYTHONHASHSEED='3147501103'
py35-django110 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.5.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-3.1.2, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ............................................ [ 20%]
........................................................................ [ 55%]
s..ss.... [ 59%]
tests/test_ajax_mixins.py ............. [ 65%]
tests/test_forms.py .. [ 66%]
tests/test_other_mixins.py ............................................. [ 88%]
......................... [100%]
---------- coverage: platform darwin, python 3.5.4-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 22, 192-195, 18->22, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 5 12 0 94% 10-11, 137-140
braces/views/_other.py 67 2 14 0 98% 6-7
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 14 140 3 96%
=============================== warnings summary ===============================
tests/test_other_mixins.py::TestSelectRelatedMixin::test_select_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
tests/test_other_mixins.py::TestPrefetchRelatedMixin::test_prefetch_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
-- Docs: http://doc.pytest.org/en/latest/warnings.html
============== 207 passed, 3 skipped, 2 warnings in 2.67 seconds ===============
py35-django111 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py35-django111 installed: attrs==17.4.0,coverage==4.1,Django==1.11.12,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,more-itertools==4.1.0,pbr==4.0.1,pluggy==0.6.0,py==1.5.3,pytest==3.5.0,pytest-cov==2.5.1,pytest-django==3.1.2,python-dateutil==2.7.2,pytz==2018.3,six==1.11.0,text-unidecode==1.2
py35-django111 runtests: PYTHONHASHSEED='3147501103'
py35-django111 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.5.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-3.1.2, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ............................................ [ 20%]
........................................................................ [ 55%]
s..ss.... [ 59%]
tests/test_ajax_mixins.py ............. [ 65%]
tests/test_forms.py .. [ 66%]
tests/test_other_mixins.py ............................................. [ 88%]
......................... [100%]
---------- coverage: platform darwin, python 3.5.4-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 22, 192-195, 18->22, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 5 12 0 94% 10-11, 137-140
braces/views/_other.py 67 2 14 0 98% 6-7
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 14 140 3 96%
=============================== warnings summary ===============================
tests/test_other_mixins.py::TestSelectRelatedMixin::test_select_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
tests/test_other_mixins.py::TestPrefetchRelatedMixin::test_prefetch_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
-- Docs: http://doc.pytest.org/en/latest/warnings.html
============== 207 passed, 3 skipped, 2 warnings in 2.71 seconds ===============
py35-django20 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py35-django20 installed: attrs==17.4.0,coverage==4.1,Django==2.0.4,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,more-itertools==4.1.0,pbr==4.0.1,pluggy==0.6.0,py==1.5.3,pytest==3.5.0,pytest-cov==2.5.1,pytest-django==3.1.2,python-dateutil==2.7.2,pytz==2018.3,six==1.11.0,text-unidecode==1.2
py35-django20 runtests: PYTHONHASHSEED='3147501103'
py35-django20 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.5.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-3.1.2, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ............................................ [ 20%]
........................................................................ [ 55%]
s..ss.... [ 59%]
tests/test_ajax_mixins.py ............. [ 65%]
tests/test_forms.py .. [ 66%]
tests/test_other_mixins.py ............................................. [ 88%]
......................... [100%]
---------- coverage: platform darwin, python 3.5.4-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 2 95% 22, 192-195, 18->22, 191->192
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 5 12 0 94% 10-11, 137-140
braces/views/_other.py 67 2 14 0 98% 6-7
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 14 140 3 96%
=============================== warnings summary ===============================
tests/test_other_mixins.py::TestSelectRelatedMixin::test_select_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
tests/test_other_mixins.py::TestPrefetchRelatedMixin::test_prefetch_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
-- Docs: http://doc.pytest.org/en/latest/warnings.html
============== 207 passed, 3 skipped, 2 warnings in 3.48 seconds ===============
py36-django18 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py36-django18 installed: attrs==17.4.0,coverage==4.1,Django==1.8.19,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,more-itertools==4.1.0,pbr==4.0.1,pluggy==0.6.0,py==1.5.3,pytest==3.5.0,pytest-cov==2.5.1,pytest-django==3.1.2,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py36-django18 runtests: PYTHONHASHSEED='3147501103'
py36-django18 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.6.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-3.1.2, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ............................................ [ 20%]
........................................................................ [ 55%]
s..s.s... [ 59%]
tests/test_ajax_mixins.py ............. [ 65%]
tests/test_forms.py .. [ 66%]
tests/test_other_mixins.py ............................................. [ 88%]
......................... [100%]
---------- coverage: platform darwin, python 3.6.4-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 6 93% 19, 192-195, 18->19, 22->exit, 191->192, 289->exit, 300->exit, 311->exit
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 1 95% 137-140, 74->exit
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 8 96%
=============================== warnings summary ===============================
tests/test_other_mixins.py::TestSelectRelatedMixin::test_select_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
tests/test_other_mixins.py::TestPrefetchRelatedMixin::test_prefetch_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
-- Docs: http://doc.pytest.org/en/latest/warnings.html
============== 207 passed, 3 skipped, 2 warnings in 2.89 seconds ===============
py36-django19 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py36-django19 installed: attrs==17.4.0,coverage==4.1,Django==1.9.13,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,more-itertools==4.1.0,pbr==4.0.1,pluggy==0.6.0,py==1.5.3,pytest==3.5.0,pytest-cov==2.5.1,pytest-django==3.1.2,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py36-django19 runtests: PYTHONHASHSEED='3147501103'
py36-django19 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.6.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-3.1.2, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ............................................ [ 20%]
........................................................................ [ 55%]
s..ss.... [ 59%]
tests/test_ajax_mixins.py ............. [ 65%]
tests/test_forms.py .. [ 66%]
tests/test_other_mixins.py ............................................. [ 88%]
......................... [100%]
---------- coverage: platform darwin, python 3.6.4-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 6 93% 19, 192-195, 18->19, 22->exit, 191->192, 289->exit, 300->exit, 311->exit
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 3 12 1 95% 137-140, 74->exit
braces/views/_other.py 67 0 14 0 100%
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 10 140 8 96%
=============================== warnings summary ===============================
tests/test_access_mixins.py::TestLoginRequiredMixin::test_anonymous
/Users/pavel.savchenko/github/django-braces/tests/compat.py:22: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
'', *urlpatterns
/Users/pavel.savchenko/github/django-braces/.tox/py36-django19/lib/python3.6/site-packages/django/template/utils.py:37: RemovedInDjango110Warning: You haven't defined a TEMPLATES setting. You must do so before upgrading to Django 1.10. Otherwise Django will be unable to load templates.
"unable to load templates.", RemovedInDjango110Warning)
/Users/pavel.savchenko/github/django-braces/.tox/py36-django19/lib/python3.6/importlib/__init__.py:126: RemovedInDjango110Warning: django.core.context_processors is deprecated in favor of django.template.context_processors.
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_access_mixins.py::TestSSLRequiredMixin::test_raises_exception
/Users/pavel.savchenko/github/django-braces/.tox/py36-django19/lib/python3.6/site-packages/django/template/utils.py:37: RemovedInDjango110Warning: You haven't defined a TEMPLATES setting. You must do so before upgrading to Django 1.10. Otherwise Django will be unable to load templates.
"unable to load templates.", RemovedInDjango110Warning)
tests/test_other_mixins.py::TestSelectRelatedMixin::test_select_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
tests/test_other_mixins.py::TestPrefetchRelatedMixin::test_prefetch_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
-- Docs: http://doc.pytest.org/en/latest/warnings.html
============== 207 passed, 3 skipped, 6 warnings in 2.45 seconds ===============
py36-django110 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py36-django110 installed: attrs==17.4.0,coverage==4.1,Django==1.10.8,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,more-itertools==4.1.0,pbr==4.0.1,pluggy==0.6.0,py==1.5.3,pytest==3.5.0,pytest-cov==2.5.1,pytest-django==3.1.2,python-dateutil==2.7.2,six==1.11.0,text-unidecode==1.2
py36-django110 runtests: PYTHONHASHSEED='3147501103'
py36-django110 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.6.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-3.1.2, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ............................................ [ 20%]
........................................................................ [ 55%]
s..ss.... [ 59%]
tests/test_ajax_mixins.py ............. [ 65%]
tests/test_forms.py .. [ 66%]
tests/test_other_mixins.py ............................................. [ 88%]
......................... [100%]
---------- coverage: platform darwin, python 3.6.4-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 6 93% 22, 192-195, 18->22, 19->exit, 191->192, 289->exit, 300->exit, 311->exit
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 5 12 1 92% 10-11, 137-140, 74->exit
braces/views/_other.py 67 2 14 0 98% 6-7
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 14 140 8 95%
=============================== warnings summary ===============================
tests/test_other_mixins.py::TestSelectRelatedMixin::test_select_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
tests/test_other_mixins.py::TestPrefetchRelatedMixin::test_prefetch_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
-- Docs: http://doc.pytest.org/en/latest/warnings.html
============== 207 passed, 3 skipped, 2 warnings in 2.34 seconds ===============
py36-django111 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py36-django111 installed: attrs==17.4.0,coverage==4.1,Django==1.11.12,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,more-itertools==4.1.0,pbr==4.0.1,pluggy==0.6.0,py==1.5.3,pytest==3.5.0,pytest-cov==2.5.1,pytest-django==3.1.2,python-dateutil==2.7.2,pytz==2018.3,six==1.11.0,text-unidecode==1.2
py36-django111 runtests: PYTHONHASHSEED='3147501103'
py36-django111 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.6.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-3.1.2, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ............................................ [ 20%]
........................................................................ [ 55%]
s..ss.... [ 59%]
tests/test_ajax_mixins.py ............. [ 65%]
tests/test_forms.py .. [ 66%]
tests/test_other_mixins.py ............................................. [ 88%]
......................... [100%]
---------- coverage: platform darwin, python 3.6.4-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 6 93% 22, 192-195, 18->22, 19->exit, 191->192, 289->exit, 300->exit, 311->exit
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 5 12 1 92% 10-11, 137-140, 74->exit
braces/views/_other.py 67 2 14 0 98% 6-7
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 14 140 8 95%
=============================== warnings summary ===============================
tests/test_other_mixins.py::TestSelectRelatedMixin::test_select_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
tests/test_other_mixins.py::TestPrefetchRelatedMixin::test_prefetch_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
-- Docs: http://doc.pytest.org/en/latest/warnings.html
============== 207 passed, 3 skipped, 2 warnings in 2.69 seconds ===============
py36-django20 inst-nodeps: /Users/pavel.savchenko/github/django-braces/.tox/dist/django-braces-1.12.0.zip
py36-django20 installed: attrs==17.4.0,coverage==4.1,Django==2.0.4,django-braces==1.12.0,factory-boy==2.8.1,Faker==0.8.12,mock==2.0.0,more-itertools==4.1.0,pbr==4.0.1,pluggy==0.6.0,py==1.5.3,pytest==3.5.0,pytest-cov==2.5.1,pytest-django==3.1.2,python-dateutil==2.7.2,pytz==2018.3,six==1.11.0,text-unidecode==1.2
py36-django20 runtests: PYTHONHASHSEED='3147501103'
py36-django20 runtests: commands[0] | py.test tests --cov=braces
============================= test session starts ==============================
platform darwin -- Python 3.6.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
rootdir: /Users/pavel.savchenko/github/django-braces, inifile:
plugins: django-3.1.2, cov-2.5.1
collected 210 items
tests/test_access_mixins.py ............................................ [ 20%]
........................................................................ [ 55%]
s..ss.... [ 59%]
tests/test_ajax_mixins.py ............. [ 65%]
tests/test_forms.py .. [ 66%]
tests/test_other_mixins.py ............................................. [ 88%]
......................... [100%]
---------- coverage: platform darwin, python 3.6.4-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
----------------------------------------------------------------------
braces/__init__.py 5 0 0 0 100%
braces/forms.py 4 0 0 0 100%
braces/views/__init__.py 7 0 0 0 100%
braces/views/_access.py 178 5 80 6 93% 22, 192-195, 18->22, 19->exit, 191->192, 289->exit, 300->exit, 311->exit
braces/views/_ajax.py 67 0 10 0 100%
braces/views/_forms.py 66 5 12 1 92% 10-11, 137-140, 74->exit
braces/views/_other.py 67 2 14 0 98% 6-7
braces/views/_queries.py 65 2 24 1 97% 62-63, 61->62
----------------------------------------------------------------------
TOTAL 459 14 140 8 95%
=============================== warnings summary ===============================
tests/test_other_mixins.py::TestSelectRelatedMixin::test_select_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
tests/test_other_mixins.py::TestPrefetchRelatedMixin::test_prefetch_related_keeps_select_related_from_queryset
/Users/pavel.savchenko/github/django-braces/braces/views/_queries.py:31: UserWarning: The select_related attribute is empty
warnings.warn('The select_related attribute is empty')
-- Docs: http://doc.pytest.org/en/latest/warnings.html
============== 207 passed, 3 skipped, 2 warnings in 2.49 seconds ===============
___________________________________ summary ____________________________________
py27-django15: commands succeeded
py27-django16: commands succeeded
py27-django17: commands succeeded
py27-django18: commands succeeded
py27-django19: commands succeeded
py27-django110: commands succeeded
py27-django111: commands succeeded
py33-django15: commands succeeded
py33-django16: commands succeeded
py33-django17: commands succeeded
py33-django18: commands succeeded
py34-django15: commands succeeded
py34-django16: commands succeeded
py34-django17: commands succeeded
py34-django18: commands succeeded
py34-django18: commands succeeded
py34-django19: commands succeeded
py34-django110: commands succeeded
py34-django111: commands succeeded
py34-django20: commands succeeded
py35-django18: commands succeeded
py35-django19: commands succeeded
py35-django110: commands succeeded
py35-django111: commands succeeded
py35-django20: commands succeeded
py36-django18: commands succeeded
py36-django19: commands succeeded
py36-django110: commands succeeded
py36-django111: commands succeeded
py36-django20: commands succeeded
congratulations :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment