Skip to content

Commit

Permalink
fix: remove pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Aug 2, 2024
1 parent 9e8393f commit 42038f3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@ line-length = 100
target-version = ['py39', 'py310', 'py311', 'py312']
include = '\.pyi?$'

[tool.pytest.ini_options]
addopts = """
-p no:ape_test
--cov-branch
--cov-report term
--cov-report html
--cov-report xml
--cov=docs_build
"""
python_files = "test_*.py"
testpaths = "tests"
markers = "fuzzing: Run Hypothesis fuzz test suite"

[tool.isort]
line_length = 100
force_grid_wrap = 0
Expand Down

0 comments on commit 42038f3

Please sign in to comment.