Compare commits

..

2 Commits

Author SHA1 Message Date
jan
c071b33732 Bump version to v3.4 2025-08-17 21:05:15 +02:00
jan
42a7df3055 add pytest config 2025-08-17 21:03:23 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -90,5 +90,5 @@ from .utils import (
__author__ = 'Jan Petykiewicz' __author__ = 'Jan Petykiewicz'
__version__ = '3.3' __version__ = '3.4'
version = __version__ # legacy version = __version__ # legacy

View File

@ -89,3 +89,7 @@ lint.ignore = [
"TRY003", # Long exception message "TRY003", # Long exception message
] ]
[tool.pytest.ini_options]
addopts = "-rsXx"
testpaths = ["masque"]