view .hgignore @ 5019:cf8c3cf122a0

tests: Make `parameterized` stuff work with both pytest and nose - Use `nose.tools.nottest` if `nose` is available - Use `pytest.mark.skipIf` if `pytest` is available - Rename from `nose_parametrized` to `parameterized` since it's no longer nose-specific
author Marc Abramowitz <marc@marc-abramowitz.com>
date Wed, 15 Apr 2015 14:58:12 -0700
parents 9885bbacf99c
children 19267f233d39
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$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$