Home
last modified time | relevance | path

Searched defs:pytest (Results 1 – 25 of 705) sorted by relevance

12345678910>>...29

/dports/textproc/py-sphinxcontrib-towncrier/sphinxcontrib-towncrier-0.2.0a0/
H A Dpytest.ini1 [pytest] section
3 # `pytest-xdist`: argument
23 # https://docs.pytest.org/en/stable/usage.html#creating-junitxml-format-files argument
24 junit_duration_report = call
25 junit_family = xunit2
26 junit_logging = all
27 junit_log_passing_tests = true
30 minversion = 6.1.0
32 norecursedirs =
43 testpaths = tests/
[all …]
/dports/www/qutebrowser/qutebrowser-2.4.0/
H A Dpytest.ini1 [pytest] section
6 pytest-bdd argument
12 markers =
41 qt_log_level_fail = WARNING
42 qt_log_ignore =
80 xfail_strict = true
81 filterwarnings =
89 faulthandler_timeout = 90
/dports/www/py-cheroot/cheroot-8.5.2/
H A Dpytest.ini1 [pytest] section
3 # `pytest-xdist`: argument
32 doctest_optionflags = ALLOW_UNICODE ELLIPSIS
33 filterwarnings =
61 junit_duration_report = call
62 junit_family = xunit2
63 junit_suite_name = cheroot_test_suite
64 minversion = 4.6.6
65 norecursedirs =
75 testpaths = cheroot/test/
[all …]
/dports/sysutils/py-ansible-lint/ansible-lint-5.3.1/
H A Dpytest.ini1 [pytest] section
3 # `pytest-xdist`: argument
24 doctest_optionflags = ALLOW_UNICODE ELLIPSIS
25 filterwarnings =
67 # Ref: https://docs.pytest.org/en/latest/reference.html#confval-python_files argument
75 xfail_strict = true
/dports/www/py-scrapy/Scrapy-2.5.1/
H A Dpytest.ini1 [pytest] section
2 xfail_strict = true
3 usefixtures = chdir
4 python_files=test_*.py __init__.py
5 python_classes=
6 addopts =
21 markers =
23 flake8-max-line-length = 119
24 flake8-ignore =
/dports/devel/py-tiamat/tiamat-7b2e30f7fc1bd9f2560789736c7d0e612b3ddaa0/
H A Dpytest.ini1 [pytest] section
2 log_date_format=%H:%M:%S
3 …,%(msecs)03.0f [%(name)-5s:%(lineno)-4d][%(levelname)-8s][%(processName)s(%(process)s)] %(message)s
4 …s,%(msecs)03d [%(name)-17s:%(lineno)-4d][%(levelname)-8s][%(processName)s(%(process)d)] %(message)s
5 testpaths=tests
6 python_files=test_*.py
7 python_classes=Test*
8 python_functions=test_*
9 junit_family=xunit2
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/
H A Dpytest.ini1 [pytest] section
2 python_functions = *_test
3 python_classes = *_test
4 xfail_strict = true
5 log_level = debug
6 log_date_format = %Y-%m-%d %H:%M:%S
7 log_format = %(asctime)s - %(levelname)s - %(message)s
8 log_cli_level = debug
9 markers = valgrind_skip
/dports/devel/py-jira/jira-2.0.0/
H A Dpytest.ini4 [pytest] section
5 norecursedirs = . .svn jira _build tmp* lib/third lib *.egg bin distutils build docs demo
6 python_files = *.py
7 …--tb=long -rxX -v --color=yes --maxfail=10 --junitxml=build/results.xml --cov-report=xml --cov jira
9 testpaths = tests
16 rsyncdirs = . jira demo docs
17 rsyncignore = .hg .git
18 pep8ignore = E501 E265 E127 E901 E128 E402
19 pep8maxlinelength = 1024
/dports/math/minizinc/libminizinc-2.5.5/tests/
H A Dpytest.ini1 [pytest] section
2 …put/report.html --css=style.css --junitxml=output/junit.xml -n auto --instafail --dist=loadfile -rs
3 junit_family = xunit2
4 junit_suite_name = minizinc
5 junit_logging = system-err
6 log_cli = True
7 testpaths = spec
8 markers =
/dports/textproc/py-wstools/wstools-0.4.8/
H A Dpytest.ini1 [pytest] section
2 norecursedirs = . .git .svn tox _build tmp* lib/third lib *.egg bin distutils build docs demo
3 python_files = *.py
4 addopts = -s -p no:xdist --ignore=setup.py --tb=long -rxX -v --maxfail=10
5 timeout=60
6 testpaths = tests
11 rsyncdirs = . wstools demo docs
12 rsyncignore = .hg .git
/dports/net/libcharon/libCharon-4.8.0/
H A Dpytest.ini1 [pytest] section
2 testpaths = tests
3 python_files = Test*.py
4 python_classes = Test
5 timeout = 30
6 log_cli = 1
7 log_cli_level = WARNING
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/
H A Dpytest.ini1 [pytest] section
2 python_functions = *_test
3 python_classes = *_test
4 xfail_strict = true
5 log_level = debug
6 log_date_format = "%Y-%m-%d %H:%M:%S"
7 log_format = "%(asctime)s - %(levelname)s - %(message)s"
/dports/textproc/py-parse-type/parse_type-0.5.6/
H A Dpytest.ini16 [pytest] section
33 # -- BACKWARD COMPATIBILITY: pytest < 2.8 argument
34 norecursedirs = .git .tox build dist .venv* tmp* _*
/dports/devel/py-mypy/mypy-0.910/
H A Dpytest.ini1 [pytest] section
10 # the test files import that module, and pytest sees the magic name argument
21 # always run in parallel (requires pytest-xdist, see test-requirements.txt) argument
22 addopts = -nauto
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dadopt.rst66 .. _nose: nose.html
67 .. _unittest: unittest.html
68 .. _assert: assert.html
69 .. _pycmd: https://bitbucket.org/hpk42/pycmd/overview
70 .. _`setUp/tearDown methods`: xunit_setup.html
71 .. _fixtures: fixture.html
72 .. _markers: mark.html
73 .. _distributed: xdist.html
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dadopt.rst66 .. _nose: nose.html
67 .. _unittest: unittest.html
68 .. _assert: assert.html
69 .. _pycmd: https://bitbucket.org/hpk42/pycmd/overview
70 .. _`setUp/tearDown methods`: xunit_setup.html
71 .. _fixtures: fixture.html
72 .. _markers: mark.html
73 .. _distributed: xdist.html
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dadopt.rst66 .. _nose: nose.html
67 .. _unittest: unittest.html
68 .. _assert: assert.html
69 .. _pycmd: https://bitbucket.org/hpk42/pycmd/overview
70 .. _`setUp/tearDown methods`: xunit_setup.html
71 .. _fixtures: fixture.html
72 .. _markers: mark.html
73 .. _distributed: xdist.html
/dports/databases/py-tiledb/tiledb-0.8.11/
H A Dpytest.ini1 [pytest] section
8 default::pytest.PytestWarning argument
/dports/dns/knot-resolver/knot-resolver-5.4.3/tests/integration/deckard/
H A Ddeckard_pytest.ini1 [pytest] section
2 python_files=deckard_pytest.py argument
3 markers=
5 norecursedirs=*
6 log_cli=true
7 log_level=WARNING
/dports/math/py-numpy/numpy-1.20.3/
H A Dpytest.ini1 [pytest] section
2 addopts = -l
3 norecursedirs = doc tools numpy/linalg/lapack_lite numpy/core/code_generators
4 doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS ALLOW_UNICODE ALLOW_BYTES
5 junit_family=xunit2
7 filterwarnings =
/dports/www/py-cssutils/cssutils-2.3.0/
H A Dpytest.ini1 [pytest] section
5 # workaround for warning pytest-dev/pytest#6178 argument
6 junit_family=xunit2
7 filterwarnings=
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/tests/
H A Dpytest.ini1 [pytest] section
2 minversion = 3.1
3 norecursedirs = test_* extra_*
4 xfail_strict = True
5 addopts =
10 filterwarnings =
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/zipp/
H A Dpytest.ini1 [pytest] section
5 # workaround for warning pytest-dev/pytest#6178 argument
8 # https://github.com/pytest-dev/pytest/issues/6928 argument
/dports/devel/py-tempora/tempora-4.1.2/
H A Dpytest.ini1 [pytest] section
5 # workaround for warning pytest-dev/pytest#6178 argument
6 junit_family=xunit2
7 filterwarnings=
/dports/devel/py-setuptools/setuptools-57.0.0/
H A Dpytest.ini1 [pytest] section
8 # workaround for warning pytest-dev/pytest#6178 argument
9 junit_family=xunit2
10 filterwarnings=

12345678910>>...29