Home
last modified time | relevance | path

Searched defs:pytest (Results 126 – 150 of 705) sorted by relevance

12345678910>>...29

/dports/misc/py-fuzzy/Fuzzy-1.2.2/
H A Dpytest.ini1 [pytest] section
2 norecursedirs=dist build .tox .eggs
3 addopts=--doctest-modules
4 doctest_optionflags=ALLOW_UNICODE ELLIPSIS
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/html5lib/
H A Dpytest.ini1 [pytest] section
3 addopts = -rfEXw -p no:doctest --strict
6 xfail_strict = true
9 markers =
/dports/cad/cura/Cura-58bae31/
H A Dpytest.ini1 [pytest] section
2 testpaths = tests
3 python_files = Test*.py
4 python_classes = Test
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_data/
H A Dquiet_pip.py1 """Custom entry-point for pip that filters out unwanted logging and warnings."""
2 from __future__ import (absolute_import, division, print_function)
5 import logging
10 BUILTIN_FILTERER_FILTER = logging.Filterer.filter
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_data/
H A Dpytest.ini1 [pytest] section
5 # Currently used pytest versions all support xunit2 format too. argument
9 junit_family = xunit1
/dports/textproc/py-citeproc-py-styles/citeproc-py-styles-0.1.3/
H A Dpytest.ini8 [pytest] section
9 …ycodestyle --doctest-glob="*.rst" --doctest-modules --cov=citeproc_styles --cov-report=term-missing
10 testpaths = tests citeproc_styles
11 live_server_scope = module
/dports/www/seahub/seahub-8.0.7-server/
H A Dpytest.ini1 [pytest] section
2 python_files=test_*.py tests.py
3 addopts = -s -v
4 DJANGO_SETTINGS_MODULE=seahub.test_settings
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/html5lib/
H A Dpytest.ini1 [pytest] section
3 addopts = -rfEXw -p no:doctest --strict
6 xfail_strict = true
9 markers =
/dports/net-mgmt/crmsh/crmsh-4.3.1/
H A Dpytest.ini1 [pytest] section
2 python_files = test_*.py
3 testpaths = crmsh
4 norecursedirs =
/dports/devel/py-git-url-parse/git-url-parse-1.2.2/
H A Dpytest.ini1 [pytest] section
2 addopts = -v -rxXs --doctest-modules --cov giturlparse --cov-report term-missing
3 norecursedirs = dist doc build .tox .eggs
4 testpaths = test/
/dports/devel/py-flake8/flake8-4.0.1/
H A Dpytest.ini1 [pytest] section
2 norecursedirs = .git .* *.egg* old docs dist build
3 addopts = -rw
4 filterwarnings =
/dports/graphics/py-pyglet/pyglet-1.5.21/
H A Dpytest.ini1 [pytest] section
2 addopts = -s --strict-markers
3 norecursedirs = contrib doc examples experimental tools website
4 markers =
/dports/devel/py-frictionless/frictionless-4.18.2/
H A Dpytest.ini1 [pytest] section
2 testpaths = tests
3 markers =
5 filterwarnings =
/dports/devel/py-jaraco.functools/jaraco.functools-3.4.0/
H A Dpytest.ini1 [pytest] section
3 # doctests disabled due to pytest-dev/pytest#3396 argument
5 doctest_optionflags=ALLOW_UNICODE ELLIPSIS
6 filterwarnings=
/dports/devel/py-jupyter-server-mathjax/jupyter_server_mathjax-0.2.3/
H A Dpytest.ini1 [pytest] section
4 # Work around for https://github.com/pytest-dev/pytest/issues/4039 argument
5 addopts = --pyargs jupyter_server_mathjax
/dports/science/py-rmf/rmf-1.3.1/tools/dev_tools/
H A Dpytest.ini1 [pytest] section
2 flake8-ignore = E402 W503
3 addopts = --ignore=python_tools/reindent.py
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/kconfig/tests/
H A Dpytest.ini1 [pytest] section
4 # Pytest requires that test files have unique names, because pytest imports argument
7 python_files = __init__.py
/dports/www/py-user_agent/user_agent-0.1.9/
H A Dpytest.ini1 [pytest] section
2 testpaths = test
3 python_files = *.py
/dports/www/py-textile/python-textile-4.0.2/
H A Dpytest.ini1 [pytest] section
2 testpaths = tests
3 addopts = --cov=textile --cov-report=html --cov-append --cov-report=term-missing
/dports/www/py-requests/requests-2.25.1/
H A Dpytest.ini1 [pytest] section
2 addopts = -p no:warnings --doctest-modules
3 doctest_optionflags= NORMALIZE_WHITESPACE ELLIPSIS
/dports/www/py-puppetboard/puppetboard-3.3.0/
H A Dpytest.ini1 [pytest] section
2 norecursedirs = docs .tox venv .eggs lib
3 python_files = test/*.py
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/scripts/kconfig/tests/
H A Dpytest.ini1 [pytest] section
4 # Pytest requires that test files have unique names, because pytest imports argument
7 python_files = __init__.py
/dports/mail/py-mailmanclient/mailmanclient-3.3.3/
H A Dpytest.ini1 [pytest] section
2 addopts = --doctest-glob='*.rst' --tb=short --run-services
3 doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
/dports/science/py-ase/ase-3.22.0/ase/test/
H A Dpytest.ini1 [pytest] section
11 # See: https://github.com/pytest-dev/pytest/issues/5676 argument
16 filterwarnings =
/dports/science/py-h5py/h5py-3.6.0/
H A Dpytest.ini1 [pytest] section
4 required_plugins = pytest-mpi argument

12345678910>>...29