Skip to content

Commit

Permalink
ci: initial commit of pytest-benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
mtache committed Apr 26, 2024
1 parent fccbba2 commit a72760e
Show file tree
Hide file tree
Showing 8 changed files with 76,868 additions and 14 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ dev = [
"pre-commit>=3.3.3",
"pylint-pydantic>=0.2.4",
"pylint>=2.17.5",
"pytest-html",
"pytest-benchmark",
"pytest-asyncio",
"pytest-cov",
"pytest",
Expand Down Expand Up @@ -376,6 +378,9 @@ runtime-evaluated-base-classes = ["pydantic.BaseModel", "anta.models.AntaTest.In
"S106", # Passwords are indeed hardcoded in tests
"S108", # Probable insecure usage of temporary file or directory
]
"tests/lib/fixture.py" = [
"ANN401", # Ok to use Any type hint in decorators
]
"tests/units/anta_tests/test_interfaces.py" = [
"S104", # False positive for 0.0.0.0 bindings in test inputs
]
Expand Down
Loading

0 comments on commit a72760e

Please sign in to comment.