Skip to content

Commit 28a4674

Browse files
committed
add pytest defaults from 3scale-tests
1 parent 61d364c commit 28a4674

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

pytest.ini

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
11
[pytest]
22
markers =
33
smoke: Build verification test
4+
5+
filterwarnings =
6+
ignore: WARNING the new order is not taken into account:UserWarning
7+
ignore::urllib3.exceptions.InsecureRequestWarning
8+
ignore::cryptography.utils.CryptographyDeprecationWarning
9+
ignore: Use ProtectionLevel enum instead:DeprecationWarning
10+
ignore: Use protection_level parameter instead:DeprecationWarning
11+
ignore: pkg_resources is deprecated as an API:DeprecationWarning
12+
13+
log_format=%(asctime)s %(levelname)s:%(name)s:%(message)s
14+
log_date_format=%H:%M:%S %z
15+
log_level=INFO
16+
junit_logging=all
17+
junit_family=xunit2
18+
junit_log_passing_tests=0
19+
asyncio_mode=auto
20+
addopts = --last-failed-no-failures=none
21+
22+
#addopts = --pdbcls=IPython.terminal.debugger:Pdb

0 commit comments

Comments
 (0)