Skip to content

Commit

Permalink
fix pytest config in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 10, 2024
1 parent 8e9ef3a commit 85d792a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ Repository = "https://github.com/dbt-labs/dbt-snowflake.git"
Issues = "https://github.com/dbt-labs/dbt-snowflake/issues"
Changelog = "https://github.com/dbt-labs/dbt-snowflake/blob/main/CHANGELOG.md"

[tool.pytest]
[tool.pytest.ini_options]
testpaths = ["tests/functional", "tests/unit"]
env_files = ["test.env"]
addopts = "-v -n auto"
color = true
filterwarnings = [
Expand Down
File renamed without changes.

0 comments on commit 85d792a

Please sign in to comment.