view .hgignore @ 5804:91b89797a775

pytest migration: add temporary assertRaises wrapper Similar to the other temporary unittest-assert wrappers, add the missing assertRaises and forward to pytest.raises.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Tue, 15 Mar 2016 17:55:19 +0100
parents bfa66e8887d7
children 9358211ee144
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^kallithea/tests/data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$