chore: add --ignore=tests/integration flag from pytest command in pyproject.toml and remove unit (#2468)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
bc6b846454
commit
5da1130f84
1 changed files with 1 additions and 2 deletions
|
|
@ -154,10 +154,9 @@ markers = ["async_test", "api_key_required"]
|
|||
|
||||
[tool.coverage.run]
|
||||
command_line = """
|
||||
-m pytest
|
||||
-m pytest --ignore=tests/integration
|
||||
--cov --cov-report=term --cov-report=html
|
||||
--instafail -ra -n auto -m "not api_key_required"
|
||||
tests/unit
|
||||
"""
|
||||
source = ["src/backend/base/langflow/"]
|
||||
omit = ["*/alembic/*", "tests/*", "*/__init__.py"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue